diff options
Diffstat (limited to 'community/tmw/PKGBUILD')
-rw-r--r-- | community/tmw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD index c18d2a065..a37f7dbc4 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -6,11 +6,11 @@ pkgname=tmw pkgver=0.6.1 pkgrel=1 pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://themanaworld.org" license=('GPL') depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' - 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf') + 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf' 'glu') makedepends=('cmake' 'mesa') #source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2) source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver) |