summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2019-03-04 07:42:29 +0100
committerMaciek Borzecki2019-03-04 07:42:29 +0100
commit19b4e684e76f80f85fcf71210207a48e355f0f6e (patch)
tree61307e77a9493a962afaa1230b171b45a4b32cf4
parentabd217bbeff69cecc6d06356527d7c8955a89346 (diff)
downloadaur-19b4e684e76f80f85fcf71210207a48e355f0f6e.tar.gz
snapd: enable armv7h and aarch64
Requested by the users. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34e037af469e..6648fde2b928 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = snapd
install = snapd.install
arch = x86_64
arch = i686
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index ab249989f528..a8ec2e94bfce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support')
pkgver=2.37.4
pkgrel=1
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
makedepends=('git' 'go' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs' 'python-docutils' 'apparmor')