diff options
Diffstat (limited to 'community/python-simplejson/PKGBUILD')
-rw-r--r-- | community/python-simplejson/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD index 6fab1f149..ebb4c5cd4 100644 --- a/community/python-simplejson/PKGBUILD +++ b/community/python-simplejson/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.0.7 pkgrel=2 pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python" license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://undefined.org/python/#simplejson" makedepends=('python' 'python2-distribute') changelog=python-simplejson.changelog |