summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph2017-10-30 10:03:55 +0100
committerZeph2017-10-30 10:03:55 +0100
commitd256b56e7d972b0a5030c15bccab1a65f9f91064 (patch)
tree4e7e8a7a81a00abc3b6377cbf384a7f1db890092
parentd0eb7475a635b87bb96a66d7ec43b68c616e810a (diff)
downloadaur-d256b56e7d972b0a5030c15bccab1a65f9f91064.tar.gz
change arm arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3866cd5f9d0b..f6361a5c1e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgver=6.2.1
pkgver=$_pkgver
pkgrel=1
pkgdesc="A Gtk3 frontend for libalpm"
-arch=('i686' 'x86_64' 'armv6h' 'armv7')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/manjaro/pamac"
license=('GPL3')
depends=('glib2>=2.42' 'json-glib' 'libsoup' 'dbus-glib' 'polkit' 'vte3>=0.38' 'gtk3>=3.22'