From b00269d9c86c7992951e6dcf2591f709ccc71dc1 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 10 Aug 2014 09:33:23 -0400 Subject: PKGBUILD(5): arch-specific fields are always additional Change e10775340 should have included this. Signed-off-by: Allan McRae --- doc/PKGBUILD.5.txt | 4 ++-- 1 file 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 -- cgit v1.2.3-24-g4f1b