summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit0146e17c45722088b1222f636fb8752f41aa6195 (patch)
tree0ad548111a992e2641055532657903ea5e86b9d0 /PKGBUILD
parentfff1d0b6e4eb3a0415512e4299b69964fb8da45d (diff)
downloadaur-0146e17c45722088b1222f636fb8752f41aa6195.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 296f0afc7008..12e1d480a497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=libselinux
pkgver=3.2
pkgrel=1
pkgdesc="SELinux library and simple utilities"
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('custom')
groups=('selinux')