summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit2b4b8d8de05a7e634cf94071a1e25bcd3d1492d3 (patch)
treea527c6bbc221ee1c85ef5a53d8bf32deae0ed745
parentbe960ab841d65b6bcd6b80ef1fd8eb84e9ea2f4c (diff)
downloadaur-2b4b8d8de05a7e634cf94071a1e25bcd3d1492d3.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 9faf4a8e9171..f9415a24c980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = setroubleshoot
pkgrel = 1
url = https://pagure.io/setroubleshoot
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL2
makedepends = audit
@@ -49,4 +50,3 @@ pkgname = setroubleshoot-server
depends = python-slip
depends = python-systemd
depends = xdg-utils
-
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'