File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,20 @@ properties:
3636 description : Time limit in hours. The build will be aborted if it doesn't finish in time. Default is one hour.
3737 type : number
3838 repo_depends :
39- description : Packages in the repo to be built and installed before building the current package.
39+ description : Packages in the repo that are direct dependencies of the current package.
40+ type : array
41+ items :
42+ anyOf :
43+ - type : string
44+ description : Package (directory) name
45+ - type : object
46+ description : Package base (directory) as key and package name as value
47+ minProperties : 1
48+ maxProperties : 1
49+ additionalProperties :
50+ type : string
51+ repo_makedepends :
52+ description : Packages in the repo that are in makedepends or checkdepends of the current package.
4053 type : array
4154 items :
4255 anyOf :
You can’t perform that action at this time.
0 commit comments