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:
parent
b6bb8cb7dc
commit
1b288bae1f
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ contain whitespace characters.
|
|||
*arch (array)*::
|
||||
Defines on which architectures the given package is available (e.g.,
|
||||
`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)*::
|
||||
An array of file names, without preceding slashes, that
|
||||
|
|
Loading…
Add table
Reference in a new issue