git » json-c.git » commit d545117

json-c 0.17

author Urja (ARMLFS builder)
2024-07-12 17:47:53 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:47:53 UTC
parent 2534fedea20ee5a7539862652f8cee624a2b8d1f

json-c 0.17

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 72c2c6c..56f0a62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
 pkgdesc="A JSON implementation in C"
 url="https://github.com/json-c/json-c/wiki"
 license=(MIT)
-arch=(armv7h)
+arch=(armv7h 'aarch64')
 depends=(
   glibc
 )