diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-31 18:00:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-31 18:00:14 +0300 |
commit | 8240be727f8d9ab3891dd750d67c68d5e9c38378 (patch) | |
tree | e3e90de9eb52a105cdb15df0facbb19a3b675149 /PKGBUILD.in | |
parent | 2ca3c40238f9aedd2d65a4ba6f0bf7b9f90afebc (diff) | |
download | plus-8240be727f8d9ab3891dd750d67c68d5e9c38378.tar.gz plus-8240be727f8d9ab3891dd750d67c68d5e9c38378.tar.bz2 plus-8240be727f8d9ab3891dd750d67c68d5e9c38378.tar.xz plus-8240be727f8d9ab3891dd750d67c68d5e9c38378.zip |
Update url in PKGBUILD.
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r-- | PKGBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in index a4a08b913..1b94fde0c 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -5,7 +5,7 @@ pkgver=@PACKAGE_VERSION@ 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" +url="http://manaplus.org" depends=('libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx') license=('GPL2') |