summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca 'meti' P2018-01-23 21:59:15 +0100
committerLuca 'meti' P2018-01-23 21:59:15 +0100
commit827c0fcd04e937474e268f2909efd6d7af950a6d (patch)
tree5308100a53a5f8d5120b8acf724fd37c4493acd3 /PKGBUILD
parent97308ae1a26479f8dc504d6fdff320dadfa35ad5 (diff)
downloadaur-827c0fcd04e937474e268f2909efd6d7af950a6d.tar.gz
Modified arch setting to "any"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()