summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commitb22ef2025e78460ad24bd49724aa641500fa9690 (patch)
tree55fe3b57e4360fa100ed3841c725b7511baa46f8
parent3b1bd77a62e324c683f30e792e92ef5c2b86829d (diff)
downloadaur-b22ef2025e78460ad24bd49724aa641500fa9690.tar.gz
Add aarch64 to the list of architectures.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1484b18cac1..d0125cdfe655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = checkpolicy
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
makedepends = libsepol>=3.2
@@ -14,4 +15,3 @@ pkgbase = checkpolicy
sha256sums = 9b1c81fa86fe3867842164448d90c8e7ea94b2987497809c65d4caa87a5c5bc8
pkgname = checkpolicy
-
diff --git a/PKGBUILD b/PKGBUILD
index 6956474bbd8e..534ccef64b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=checkpolicy
pkgver=3.2
pkgrel=1
pkgdesc="SELinux policy compiler"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')