summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commitc5395a6d89d83ccbb9274280fac418984b13bdfe (patch)
treecea9bc67389c8322080b0592c6a8010c013964ff
parent7f778d26455587fa5214e4893e0765dee802e3d4 (diff)
downloadaur-c5395a6d89d83ccbb9274280fac418984b13bdfe.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 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')