summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit9a3f7dd22261850b8fedda533c6fb5132d0f77d3 (patch)
tree5ec30356a05d014d484b5a4cb736d329585b8b13
parentb156403746cf6d81e6737e8151faecaea7d0c627 (diff)
downloadaur-9a3f7dd22261850b8fedda533c6fb5132d0f77d3.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 7fe361fc30d7..e40bccc2c682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = pam-selinux
pkgrel = 1
url = http://linux-pam.org
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
makedepends = flex
@@ -45,4 +46,3 @@ pkgbase = pam-selinux
sha256sums = 5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac
pkgname = pam-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 279fc5e6003f..7c7ef6919739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=pam-selinux
pkgver=1.5.1
pkgrel=1
pkgdesc="SELinux aware PAM (Pluggable Authentication Modules) library"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
license=('GPL2')
url="http://linux-pam.org"
depends=('glibc' 'libtirpc' 'audit' 'libselinux' 'pambase-selinux' 'libaudit.so' 'libxcrypt' 'libcrypt.so')