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 00981bb6f..583354aa6 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jansson pkgver=2.2.1 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/' license=('MIT') options=('!libtool') |