summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commitbeda64d6e810d162c23c9c137188551b25ee56e8 (patch)
treefa9e6992e0aff7eaf99b620027f6141ec7bdb933
parentea76bf3828bc3f465e58d6880759d3542c3b3cac (diff)
downloadaur-beda64d6e810d162c23c9c137188551b25ee56e8.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 0b7a19ad9622..85afaf8b14a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = findutils-selinux
pkgrel = 1
url = https://www.gnu.org/software/findutils/
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL3
depends = glibc
@@ -20,4 +21,3 @@ pkgbase = findutils-selinux
sha1sums = SKIP
pkgname = findutils-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 67cf02a9a209..45ca7a66fe65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=findutils-selinux
pkgver=4.8.0
pkgrel=1
pkgdesc="GNU utilities to locate files with SELinux support"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
license=('GPL3')
groups=('selinux')
depends=('glibc' 'sh' 'libselinux')