summaryrefslogtreecommitdiff
path: root/community/python2-cjson/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-10-26 17:03:56 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-10-26 17:03:56 -0500
commita9aa1ff035198997f888ff9da072d24438cd4181 (patch)
tree11257ac3c586e834bfcb86bbe38bfd004484f1b9 /community/python2-cjson/PKGBUILD
parent8bdddf0c9d5b345120c8d2514131623ba1dcb13a (diff)
Add mips64el in archs
Diffstat (limited to 'community/python2-cjson/PKGBUILD')
-rw-r--r--community/python2-cjson/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-cjson/PKGBUILD b/community/python2-cjson/PKGBUILD
index 2d95793a4..dc386069e 100644
--- a/community/python2-cjson/PKGBUILD
+++ b/community/python2-cjson/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python2-cjson
pkgver=1.0.5
pkgrel=5
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
pkgdesc="Fast JSON encoder/decoder for Python"
url="http://pypi.python.org/pypi/python-cjson/"