summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commite018284cf65f29e4d3e12f44c52ffab4c8374485 (patch)
treea28563214233acc1195a859ec1fe027339ba37f5
parent6a164c54d4918fb6f6e31d59a358fa56f27ffddd (diff)
downloadaur-e018284cf65f29e4d3e12f44c52ffab4c8374485.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 a95596a19a80..03daf95dd722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = secilc
url = https://github.com/SELinuxProject/cil/wiki
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = custom
checkdepends = checkpolicy
@@ -16,4 +17,3 @@ pkgbase = secilc
sha256sums = 5f6e6528a281b29ac5e558babffc3d8aab682fd8df8977daff5f266a50292cc3
pkgname = secilc
-
diff --git a/PKGBUILD b/PKGBUILD
index a3b7a7c20014..59f0948eb355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.2
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/cil/wiki'
license=('custom')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')