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 7805c6889..deb9419a3 100644 --- a/community/python-simplejson/PKGBUILD +++ b/community/python-simplejson/PKGBUILD @@ -10,7 +10,7 @@ pkgver=3.2.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}") |