summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commitb8c8b623fc0db4b13bb92c60593fe4e78b12e7f4 (patch)
tree06d82797b3eaf33120627cc7b761eee0204cf485
parentf80bc055ae7aef9a990df9d266ea440416bc0575 (diff)
downloadaur-b8c8b623fc0db4b13bb92c60593fe4e78b12e7f4.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 fd3fee65e52d..5cabd9f5e9db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = policycoreutils
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
depends = libsemanage>=3.2
@@ -22,4 +23,3 @@ pkgbase = policycoreutils
sha256sums = d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9
pkgname = policycoreutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 4998a685bd85..d6a768958d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=policycoreutils
pkgver=3.2
pkgrel=1
pkgdesc="SELinux policy core utilities"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')