diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:37:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:37:33 -0300 |
commit | e3fad19e04900ec23db6a4b42a6a3208bd276e4b (patch) | |
tree | dbae0fe700c5abf66aca7b783a42c8d95a64cd54 /PKGBUILD.in | |
parent | cab0cf80f75d890b908c4526c9c83abd1e9017c1 (diff) | |
download | manaverse-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.tar.gz manaverse-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.tar.bz2 manaverse-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.tar.xz manaverse-e3fad19e04900ec23db6a4b42a6a3208bd276e4b.zip |
Continue what we started; But preserve more of the hardcoded stuff
(Including manaplus.exe - no renaming Windows build I guess)
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 e80e36f9f..34261cb4a 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -5,7 +5,7 @@ pkgver=@PACKAGE_VERSION@ pkgrel=1 pkgdesc="ManaVerse 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.germantmw.de" arch=('i686' 'x86_64') -url="http://manaplus.org" +url="http://manaplus.germantmw.de" depends=('libxml2' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx') license=('GPL2') |