[pacman-dev] [PATCH 3/4] PKGBUILD(5): arch-specific fields are always additional

Dave Reisner dreisner at archlinux.org
Sun Aug 10 09:33:23 EDT 2014


Change e10775340 should have included this.
---
 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 e2389cb..c653aac 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
-- 
2.0.4


More information about the pacman-dev mailing list