summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Strömkvist2015-12-20 04:54:19 +0100
committerNicolas Iooss2015-12-21 12:52:34 +0100
commitcb3e38e35df95c44735c27ee00e82e8a8250d1f8 (patch)
tree475851be64dc9142338514cb93605fa05a849391
parentdb6f47dae3ec4f4d1409d00de7e5d38067168c57 (diff)
downloadaur-cb3e38e35df95c44735c27ee00e82e8a8250d1f8.tar.gz
Add ARMv6 arch
Seems to compile just fine under ARMv6 (Raspberry Pi 1). Needed for [seafile-rpi](https://github.com/haiwen/seafile-rpi).
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8c54f374a55..b2dfa4705e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = libsepol
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
+ arch = armv6h
groups = selinux
license = GPL
makedepends = flex
diff --git a/PKGBUILD b/PKGBUILD
index 5982cc48093c..28527760a40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=libsepol
pkgver=2.4
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')