diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-10 09:33:23 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-09-15 09:26:47 +1000 |
commit | b00269d9c86c7992951e6dcf2591f709ccc71dc1 (patch) | |
tree | aea1d54b05f8153551d5b4cdf97a39f7861000d5 /doc | |
parent | 879e4665c4ed76376c9e2d9f2c597bb9cdabb79a (diff) | |
download | pacman-b00269d9c86c7992951e6dcf2591f709ccc71dc1.tar.xz |
PKGBUILD(5): arch-specific fields are always additional
Change e10775340 should have included this.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index e2389cb7..c653aacd 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -213,8 +213,8 @@ underscore and the architecture name e.g., 'checkdepends_x86_64=()'. optdepends=('fakeroot: for makepkg usage as normal user') + -Architecture-specific optdepends can be added by appending an underscore and -the architecture name e.g., 'optdepends_x86_64=()'. +Additional architecture-specific optdepends can be added by appending an +underscore and the architecture name e.g., 'optdepends_x86_64=()'. *conflicts (array)*:: An array of packages that will conflict with this package (i.e. they |