summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit03b2ec8085f3b6e42582efc3e3260bf6b60c8ef4 (patch)
treeb36fae62ea721816c766afad0921382fe8a47282
parent82071a9c9eb1483e52faaf723a5166b754f76031 (diff)
downloadaur-03b2ec8085f3b6e42582efc3e3260bf6b60c8ef4.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 20d5cb4d7a7f..a2b0cc00d20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = mcstrans
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
depends = libcap
@@ -14,4 +15,3 @@ pkgbase = mcstrans
sha256sums = fafaf7614b7114b95c582643f8b2a6ae1605093fbaf3b571d9b01fc81fb70929
pkgname = mcstrans
-
diff --git a/PKGBUILD b/PKGBUILD
index 1f52fd4bd2c9..e5156da0d1e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=mcstrans
pkgver=3.2
pkgrel=1
pkgdesc="SELinux MCS translation daemon"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
groups=('selinux')