summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit09d53f621a1d0796c17a6660076e9d3be3e4e4bf (patch)
treefbffa953a2fd081a3606db2cf33268d634153aa7
parent31e7e6bbbbc24f90c175042c416eab3cd379c62e (diff)
downloadaur-09d53f621a1d0796c17a6660076e9d3be3e4e4bf.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 85bc07bdb69b..d6d42a7184fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = selinux-sandbox
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
depends = libcap-ng
@@ -14,4 +15,3 @@ pkgbase = selinux-sandbox
sha256sums = 45cc762934df28f094d7f3aa65525dd00877a7a2c806ef99a0404adf2aa47e44
pkgname = selinux-sandbox
-
diff --git a/PKGBUILD b/PKGBUILD
index 9edfc18127dd..4000bd1f9c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=selinux-sandbox
pkgver=3.2
pkgrel=1
pkgdesc="sandboxing tool for SELinux"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
groups=('selinux')