summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit942b68a097008c14888eb2d08009d3ae20560a3c (patch)
treeb7dc43bebc80ba005b8a96130ebcb6bf6fa0d435
parent843a742949457a60df32da38df46f94b5a11314f (diff)
downloadaur-942b68a097008c14888eb2d08009d3ae20560a3c.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 f6fce97feb89..2499d65c15c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = dbus-selinux
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL
license = custom
@@ -50,4 +51,3 @@ pkgname = dbus-docs-selinux
pkgdesc = Freedesktop.org message bus system with SELinux support (documentation)
depends =
conflicts = dbus-docs
-
diff --git a/PKGBUILD b/PKGBUILD
index 136cf78f0960..2738aac76237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgver=1.12.20
pkgrel=1
pkgdesc="Freedesktop.org message bus system with SELinux support"
url="https://wiki.freedesktop.org/www/Software/dbus/"
-arch=(x86_64)
+arch=(x86_64 aarch64)
license=(GPL custom)
groups=('selinux')
# Make sure systemd's hook supports reloading dbus: the following commit was introduced in package systemd 242.84-2