diff options
Diffstat (limited to 'community/jansson/PKGBUILD')
-rw-r--r-- | community/jansson/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index db43bce92..e5803b06d 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jansson pkgver=2.4 pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.digip.org/jansson/' depends=('glibc') license=('MIT') |