summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-19 19:31:43 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-19 19:31:43 +0300
commit5eba7b23b7002a3f399afa7e51066a6b16a1f9a6 (patch)
tree66c92bd3cd8497483ec5fc83454a1d46592a68b1 /PKGBUILD
parent40764f894c6ef0def1d0eb0677d064da13701bcd (diff)
downloadmv-5eba7b23b7002a3f399afa7e51066a6b16a1f9a6.tar.gz
mv-5eba7b23b7002a3f399afa7e51066a6b16a1f9a6.tar.bz2
mv-5eba7b23b7002a3f399afa7e51066a6b16a1f9a6.tar.xz
mv-5eba7b23b7002a3f399afa7e51066a6b16a1f9a6.zip
Fix dependency in PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 409f2de42..db237086a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
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')
+depends=('libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx')
license=('GPL2')
build() {