summaryrefslogtreecommitdiff
path: root/community/python-simplejson
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-simplejson')
-rw-r--r--community/python-simplejson/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD
index eb6640ffe..5ac12532a 100644
--- a/community/python-simplejson/PKGBUILD
+++ b/community/python-simplejson/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=3.3.0
pkgrel=1
pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
license=('MIT')
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64' 'mips64el')
url='http://undefined.org/python/#simplejson'
makedepends=('python' 'python2-distribute')
source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")