PKGBUILD.5: document split package depends are not used during packaging

makepkg only considers global {make,}depends when checking require packages
are installed before building.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2016-01-26 18:30:29 +10:00
parent 4291500c82
commit 599520e489
1 changed files with 5 additions and 0 deletions

View File

@ -402,6 +402,11 @@ each split package's packaging function:
`provides`, `conflicts`, `replaces`, `backup`, `options`, `install`, and
`changelog`.
Note that makepkg does not consider split package `depends` when checking
if dependencies are installed before package building and with `--syncdeps`.
All packages required to make the package are required to be specified in
the global `depends` and `makedepends` arrays.
An optional global directive is available when building a split package:
*pkgbase*::