PKGBUILD.5: Mention valid characters for arch

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Rikard Falkeborn 2018-02-20 21:52:11 +01:00 committed by Allan McRae
parent b6bb8cb7dc
commit 1b288bae1f

View file

@ -169,7 +169,8 @@ contain whitespace characters.
*arch (array)*:: *arch (array)*::
Defines on which architectures the given package is available (e.g., Defines on which architectures the given package is available (e.g.,
`arch=('i686' 'x86_64')`). Packages that contain no architecture specific `arch=('i686' 'x86_64')`). Packages that contain no architecture specific
files should use `arch=('any')`. files should use `arch=('any')`. Valid characters for members of this array
are alphanumerics and ```_`''.
*backup (array)*:: *backup (array)*::
An array of file names, without preceding slashes, that An array of file names, without preceding slashes, that