diff options
Diffstat (limited to 'extra/json-c/PKGBUILD')
-rw-r--r-- | extra/json-c/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/json-c/PKGBUILD b/extra/json-c/PKGBUILD index 7c6a8139d..a8b67c6ea 100644 --- a/extra/json-c/PKGBUILD +++ b/extra/json-c/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=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') depends=(glibc) options=(!makeflags) source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz) |