summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit2b4b8d8de05a7e634cf94071a1e25bcd3d1492d3 (patch)
treea527c6bbc221ee1c85ef5a53d8bf32deae0ed745 /PKGBUILD
parentbe960ab841d65b6bcd6b80ef1fd8eb84e9ea2f4c (diff)
downloadaur-setroubleshoot.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 cc72e2703803..5af34a3fa063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgver=3.3.23
pkgrel=1
pkgdesc="Provides tools to help diagnose SELinux problems"
groups=('selinux')
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://pagure.io/setroubleshoot'
license=('GPL2')
makedepends=('audit' 'dbus' 'desktop-file-utils' 'gtk3' 'libnotify' 'libreport'