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 0c82ec3fc..843e56686 100644 --- a/extra/json-c/PKGBUILD +++ b/extra/json-c/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 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') source=(https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('a4edc79410eb894f08d7d52ca9f88732') |