diff options
Diffstat (limited to 'community/tmw/PKGBUILD')
-rw-r--r-- | community/tmw/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD index c18d2a065..59d8d0c4f 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -1,15 +1,15 @@ -# $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') url="http://themanaworld.org" license=('GPL') -depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' +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) |