diff options
Diffstat (limited to 'community/tmw/PKGBUILD')
-rw-r--r-- | community/tmw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD index a37f7dbc4..3fc5c5422 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 75819 2012-09-01 20:39:38Z heftig $ +# $Id: PKGBUILD 90095 2013-05-06 19:39:43Z foutrelis $ # Contributor: Bjorn Lindeijer <bjorn lindeijer nl> # Maintainer: Mateusz Herych <heniekk@gmail.com> pkgname=tmw pkgver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG." 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' 'glu') +depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' + 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf') 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) |