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 f72d1104701a..ec14c9076660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = shadow-selinux
url = https://github.com/shadow-maint/shadow
install = shadow.install
arch = x86_64
+ arch = aarch64
groups = selinux
license = BSD
depends = bash
@@ -65,4 +66,3 @@ pkgbase = shadow-selinux
sha1sums = c173208c5cf34528602f9931468a67b7f68abad3
pkgname = shadow-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 30a156b56b9e..59ad85264b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=shadow-selinux
pkgver=4.8.1
pkgrel=4
pkgdesc="Password and account management tool suite with support for shadow files and PAM - SELinux support"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://github.com/shadow-maint/shadow'
license=('BSD')
groups=('selinux')