diff options
Diffstat (limited to 'community/box2d/PKGBUILD')
-rw-r--r-- | community/box2d/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/box2d/PKGBUILD b/community/box2d/PKGBUILD index 6aadfb8d3..7f748aced 100644 --- a/community/box2d/PKGBUILD +++ b/community/box2d/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="2D rigid body simulation library for games" url="http://www.box2d.org/" license=('zlib') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #depends=('freeglut') makedepends=('cmake') optdepends=() |