summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2018-11-27 16:43:37 +0100
committerMaciek Borzecki2018-11-27 16:43:37 +0100
commit520ccc8a485ab7ad080d4296ac42af876867284b (patch)
treef0e08d698cf610edea041a4707ba412f69431128
parent09a626c684cae74a7bc5d70384f6e89c9b5818c2 (diff)
downloadaur-520ccc8a485ab7ad080d4296ac42af876867284b.tar.gz
snapd: add i686 arch
Add i686 architecture specifically for archlinux32 project. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10fa15da1fa..64df7ede2d2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = snapd
url = https://github.com/snapcore/snapd
install = snapd.install
arch = x86_64
+ arch = i686
license = GPL3
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 848204aca735..614aff7290aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support')
pkgver=2.36.1
pkgrel=1
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="https://github.com/snapcore/snapd"
license=('GPL3')
makedepends=('git' 'go' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs' 'python-docutils' 'apparmor')