summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraimileus2018-01-22 18:50:09 +0000
committeraimileus2018-01-22 19:53:02 +0100
commit2f32240e01de84732432af7211f01bb0105c4394 (patch)
tree369a2cbe15f1a9b58b2f57dd0e2c051164927f47
parent2f323d4a6918f3f19ecbbf644ae3be57bdc96a0c (diff)
downloadaur-2f32240e01de84732432af7211f01bb0105c4394.tar.gz
Add support for i686 and arm architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e730a2f8e6be..30bb3e3ff4be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,10 @@ pkgbase = snapd
pkgrel = 4
url = https://github.com/snapcore/snapd
install = snapd.install
+ arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = go-pie
diff --git a/PKGBUILD b/PKGBUILD
index 878bfaf9f164..5acbcea67b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd')
pkgver=2.30
pkgrel=4
-arch=('x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
makedepends=('git' 'go-pie' 'go-tools' 'bzr' 'libcap' 'python-docutils' 'systemd' 'xfsprogs')