diff options
Diffstat (limited to 'community/xonotic/PKGBUILD')
-rw-r--r-- | community/xonotic/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xonotic/PKGBUILD b/community/xonotic/PKGBUILD index 676240162..1d91f228d 100644 --- a/community/xonotic/PKGBUILD +++ b/community/xonotic/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xonotic pkgver=0.1.0 pkgrel=2 pkgdesc="A free, fast-paced crossplatform first-person shooter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xonotic.org" license=('GPL') depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga' 'libxxf86vm' 'sdl' 'libpng>=1.4.0' 'xonotic-data') |