diff options
Diffstat (limited to 'community/python-pybox2d/PKGBUILD')
-rw-r--r-- | community/python-pybox2d/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pybox2d/PKGBUILD b/community/python-pybox2d/PKGBUILD index 6ef9679f8..874445d6f 100644 --- a/community/python-pybox2d/PKGBUILD +++ b/community/python-pybox2d/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pybox2d pkgver=370 pkgrel=1 pkgdesc="Python wrapper for Box2D" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/pybox2d" license=('GPL') depends=('python' 'swig') |