summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328904749b22..76aac929dff5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libselinux
arch = i686
arch = x86_64
arch = armv6h
+ arch = aarch64
groups = selinux
license = custom
makedepends = pkgconf
@@ -25,4 +26,3 @@ pkgbase = libselinux
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
pkgname = libselinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 296f0afc7008..12e1d480a497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=libselinux
pkgver=3.2
pkgrel=1
pkgdesc="SELinux library and simple utilities"
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('custom')
groups=('selinux')