diff options
Diffstat (limited to 'community/jshon')
-rw-r--r-- | community/jshon/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index 6ef9efa50..770502826 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -4,7 +4,7 @@ pkgname=jshon pkgver=20130815 pkgrel=1 pkgdesc="A json parser for the shell." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kmkeen.com/jshon/" license=('MIT') depends=('jansson') |