summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commita013e9787e31da3ee21b89f7353431a9b0d056f9 (patch)
treed4949150b941df1fccc5000021c8c62a6c7bad3f /PKGBUILD
parentbbad5797bbebab0fb1a85d822a343e0471594bdd (diff)
downloadaur-a013e9787e31da3ee21b89f7353431a9b0d056f9.tar.gz
Add aarch64 to the list of architectures.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')