summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db588b72a08..1309d027a890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = libselinux
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
+ arch = armv6h
groups = selinux
license = GPL
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index b33881358a17..4dd64c1dedca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=libselinux
pkgver=2.2.2
pkgrel=2
pkgdesc="SELinux library and simple utilities"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')