diff options
Diffstat (limited to 'community/tremulous/PKGBUILD')
-rw-r--r-- | community/tremulous/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tremulous/PKGBUILD b/community/tremulous/PKGBUILD index f53fbc46f..81f0e46a4 100644 --- a/community/tremulous/PKGBUILD +++ b/community/tremulous/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=9 pkgdesc="A free team based FPS/RTS hybrid built on the ioq3 engine. Includes community updates." url="http://tremulous.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('sdl' 'openal>=1.7.411' 'libgl' "tremulous-data=$pkgver" "freetype2") makedepends=(mesa) |