summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2023-07-22 10:49:05 +0200
committerfordprefect2023-07-22 10:49:05 +0200
commit75b221b7d9bcad71c1f60ea596babb57951a351e (patch)
treee565fa9ee88dff2feb3f2956b4df3a66ae1a8540 /PKGBUILD
parent79dc9b67ba6f9ff4f99b1826b189e89d3e38261a (diff)
downloadaur-liblogging.tar.gz
add alternative architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c7125d864ea..0a42cdd9b8d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=1.0.6
pkgrel=3
pkgdesc="easy to use, portable, open source library for system logging"
url="http://www.liblogging.org/"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64' 'armv7h')
license=('GPL')
depends=('systemd')
makedepends=('python-docutils')