summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph332015-11-05 13:45:30 +0100
committerZeph332015-11-05 13:45:30 +0100
commit8d2ccefe8afb2abcd92456fd1e13190106eaf1a9 (patch)
tree6def335c8aa628d5610c2469359fb105b703e1f5
parent524b87ed781aa44ea8ef7a0f00424aaf677e789d (diff)
downloadaur-8d2ccefe8afb2abcd92456fd1e13190106eaf1a9.tar.gz
Change arch to any
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 384eb14c2dcb..5c3fa9f3d94d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = pamac-aur
pkgrel = 3
url = https://github.com/manjaro/pamac
install = pamac.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = gettext
makedepends = itstool
diff --git a/PKGBUILD b/PKGBUILD
index 01cdc3d0a3e7..27de86ae7d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=3
# This is the release package so the below _gitcommit variable should (usually) be commented out.
_gitcommit="d7d393ed4e265ed0041a287e10306c6cf65971d8"
pkgdesc="A Gtk3 frontend for libalpm"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/manjaro/pamac"
license=('GPL3')
depends=('glib2>=2.42' 'json-glib' 'libsoup' 'dbus-glib' 'polkit' 'vte3>=0.38' 'gtk3>=3.16'