diff options
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 25c83f2..f5314f5 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,10 +1,10 @@ pkgname=system-templates pkgver=2.0 -pkgrel=13 +pkgrel=17 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() -arch=('i686') +arch=('i686' 'x86_64') source=() build() { |