summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92cb11b36674..499a78a9b7b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = libfastjson
pkgver = 0.99.8
pkgrel = 1
url = https://github.com/rsyslog/libfastjson
- arch = x86_64
+ arch = any
license = GPL
source = libfastjson-0.99.8.tar.gz::https://github.com/rsyslog/libfastjson/archive/v0.99.8.tar.gz
sha256sums = 7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3
diff --git a/PKGBUILD b/PKGBUILD
index 56a1654b270f..42e80ae55746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libfastjson
pkgver=0.99.8
pkgrel=1
pkgdesc="A performance-focused json library for C"
-arch=('x86_64')
+arch=('any')
url="https://github.com/rsyslog/libfastjson"
license=('GPL')
depends=()