summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2022-09-21 20:42:14 +0200
committerAntoine Viallon2022-09-21 20:42:14 +0200
commitd361ba085a191e70540e9e0078a1866a23f278d9 (patch)
treecdc0eec9d347ab6a99f6952ea1fbf01763f3d4b0 /PKGBUILD
parentcb5ed8638469e1fe070d4918163cd1604077e459 (diff)
downloadaur-d361ba085a191e70540e9e0078a1866a23f278d9.tar.gz
Add aarch64 and pentium4 archs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 726080bcddc0..1b67254ba0e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ for external in "${!externals[@]}"; do
md5sums+=("SKIP")
done
-arch=(x86_64 i386 armv7h x86_64_v3)
+arch=(x86_64 i386 armv7h x86_64_v3 aarch64 pentium4)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)
optdepends=("ananicy-rules-git: community rules")