summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'