File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,20 @@ properties:
36
36
description : Time limit in hours. The build will be aborted if it doesn't finish in time. Default is one hour.
37
37
type : number
38
38
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.
40
53
type : array
41
54
items :
42
55
anyOf :
You can’t perform that action at this time.
0 commit comments