summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan D. Twardy2022-10-28 16:45:30 -0500
committerEthan D. Twardy2022-10-28 16:45:30 -0500
commitf42acb186bb43fc6a1af2e6dfd69f040d166cf64 (patch)
tree6b0669d2d198b5b4fa89a8568d0fe68bf85e101a /PKGBUILD
parent106ee2b84f4ce3456a39c897654d6a0ace464fb2 (diff)
downloadaur-f42acb186bb43fc6a1af2e6dfd69f040d166cf64.tar.gz
Add aarch64 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 030fb2a97b43..57fca3702b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=r598.a8a092c0
pkgrel=1
pkgdesc="C++ bindings for systemd dbus APIs"
url="https://github.com/openbmc/sdbusplus"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('Apache')
depends=('systemd-libs' 'python-mako' 'python-inflection' 'python-yaml')
makedepends=('git')