summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commita013e9787e31da3ee21b89f7353431a9b0d056f9 (patch)
treed4949150b941df1fccc5000021c8c62a6c7bad3f
parentbbad5797bbebab0fb1a85d822a343e0471594bdd (diff)
downloadaur-a013e9787e31da3ee21b89f7353431a9b0d056f9.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 de44af8743b1..e706dce75b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = selinux-python
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
depends = python
@@ -19,4 +20,3 @@ pkgbase = selinux-python
sha256sums = 770855ea8120ef23007fdb9db94b1ed6e8cd77917b584ed8877bbee9c16e74fb
pkgname = selinux-python
-
diff --git a/PKGBUILD b/PKGBUILD
index 6abbb27731da..28eaa6907f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.2
pkgrel=1
pkgdesc="SELinux python tools and libraries"
groups=('selinux')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.2' 'setools>=4.4.0')