summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit33463c90dc7b40ea9d04a4199bcb40e02d20040e (patch)
treed541f09f8b07a242447a8744dca91533a2c2df4b
parentfe00564137a330c174a0f2270551a8fc41c62cb6 (diff)
downloadaur-33463c90dc7b40ea9d04a4199bcb40e02d20040e.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 cbe1e35f758d..530873fa118d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = restorecond
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
makedepends = pkgconf
@@ -15,4 +16,3 @@ pkgbase = restorecond
sha256sums = 471c17e64aa6d7226e861d4d0125d15fdf9b38892c542be32bd83d999e5e75f5
pkgname = restorecond
-
diff --git a/PKGBUILD b/PKGBUILD
index 4868e79e6cbf..5a404366bfa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=restorecond
pkgver=3.2
pkgrel=1
pkgdesc="SELinux restorecon daemon"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
groups=('selinux')