Quote values in the arch array in example PKGBUILD
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
6092dda177
commit
8d7764abae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pkgname=patch
|
|||
pkgver=2.5.4
|
||||
pkgrel=3
|
||||
pkgdesc="A utility to apply patch files to original sources"
|
||||
arch=(i686 x86_64)
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/patch/patch.html"
|
||||
license=('GPL')
|
||||
groups=('base-devel')
|
||||
|
|
Loading…
Add table
Reference in a new issue