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 3bf0dafea..f6ec83a31 100644 --- a/community/bullet/PKGBUILD +++ b/community/bullet/PKGBUILD @@ -8,7 +8,7 @@ _rev=2613 pkgver=2.81 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') |