diff options
Diffstat (limited to 'community/torcs')
-rw-r--r-- | community/torcs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index 9326ea1d5..63a03d633 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'torcs-data') makedepends=('plib') options=('!makeflags') |