summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commitec179124c5a93ef0ce298b2432625caf468b1e3c (patch)
tree46c4a139784b4d572916e9e0650ae7ba24f3b043
parent5a934ce72178a7eb29f7bf005049bb78942357df (diff)
downloadaur-ec179124c5a93ef0ce298b2432625caf468b1e3c.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 dee97c804829..93ab936c64d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = setools
url = https://github.com/SELinuxProject/setools/wiki
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL
license = LGPL
@@ -24,4 +25,3 @@ pkgbase = setools
sha256sums = f3786677e40b7f16a226f48f233dcf835e700739614a7dbed2ff61cc9607814e
pkgname = setools
-
diff --git a/PKGBUILD b/PKGBUILD
index 8021f5c5da69..809c93f153a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgver=4.4.0
pkgrel=1
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/SELinuxProject/setools/wiki"
license=('GPL' 'LGPL')
depends=('libsepol>=3.2' 'libselinux>=3.2' 'python' 'python-networkx>=2.0' 'python-setuptools')