diff options
Diffstat (limited to 'community/bullet')
-rw-r--r-- | community/bullet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bullet/PKGBUILD b/community/bullet/PKGBUILD index d847b6037..48f49d067 100644 --- a/community/bullet/PKGBUILD +++ b/community/bullet/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('bullet' 'bullet-docs') pkgver=2.79 pkgrel=1 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bulletphysics.com/Bullet/" license=('custom:zlib') depends=('freeglut') |