summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit8b39834ff26ddcd6ac9fd1155291df108299b8e5 (patch)
tree8edb879773fb4631b0da99dd6973818dfc143f00
parentbd4b81e51e75bc99c7891549f31cc9018268d7ab (diff)
downloadaur-8b39834ff26ddcd6ac9fd1155291df108299b8e5.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 e8ef6085d692..5d322dc198b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = psmisc-selinux
pkgrel = 1
url = https://gitlab.com/psmisc/psmisc
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL
depends = ncurses
@@ -16,4 +17,3 @@ pkgbase = psmisc-selinux
sha256sums = 7f0cceeace2050c525f3ebb35f3ba01d618b8d690620580bdb8cd8269a0c1679
pkgname = psmisc-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 24537c8ed457..703010623525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=psmisc-selinux
pkgver=23.4
pkgrel=1
pkgdesc='Miscellaneous procfs tools with SELinux support'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://gitlab.com/psmisc/psmisc'
license=('GPL')
groups=('selinux')