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 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')