summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2014-04-13 22:24:29 +0200
committerNicolas Iooss2014-04-13 22:24:29 +0200
commit0297bf7272749c27eab02468404444f4c7671a45 (patch)
tree1699d73a9908d2377ac26f167436e6c5311902ad
parent0730b97cbf51fffb39a028d0dbd50ee94f17b394 (diff)
downloadaur-0297bf7272749c27eab02468404444f4c7671a45.tar.gz
libselinux: add armv6h architecture
2 users in https://aur.archlinux.org/packages/libselinux/ asked to add armv6h architecture, like what is done to seafile-server: https://aur.archlinux.org/packages/se/seafile-server/PKGBUILD
-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')