summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commitc5395a6d89d83ccbb9274280fac418984b13bdfe (patch)
treecea9bc67389c8322080b0592c6a8010c013964ff /PKGBUILD
parent7f778d26455587fa5214e4893e0765dee802e3d4 (diff)
downloadaur-c5395a6d89d83ccbb9274280fac418984b13bdfe.tar.gz
Add aarch64 to the list of architectures.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')