summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')