diff options
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname=manaplus-git pkgver=1.1.6.12 pkgrel=1 -pkgdesc="ManaPlus (aka The Mana World 4144 patch)" +pkgdesc="ManaPlus is a 2D MMORPG game advanced client for games based on eAthena fork The Mana World (tAthena) also for other forks like Evol. More info here: http://manaplus.evolonline.org" arch=('i686' 'x86_64') url="http://manaplus.evolonline.org" depends=('guichan' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'enet') @@ -11,8 +11,6 @@ license=('GPL2') build() { cd ${startdir}/ -git clone git://gitorious.org/~alineferraz/manaplus/alineferraz-manaplus.git -cd alineferraz-manaplus autoreconf -i ./configure --prefix=/usr make clean |