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