summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
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).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')