diff --git a/wesnoth-server/.md5sum b/wesnoth-server/.md5sum index 6c832e5db..615273eaa 100644 --- a/wesnoth-server/.md5sum +++ b/wesnoth-server/.md5sum @@ -1,2 +1,2 @@ -f1c3179869b01b61e253e74aeb241034 wesnoth-1.8.6.tar.bz2 +a2ac2d629d4e3e5fc7e7e48f935d9960 wesnoth-1.10.1.tar.bz2 637b68da9ad8032f3219cee2c64569a9 wesnothd.rc diff --git a/wesnoth-server/Pkgfile b/wesnoth-server/Pkgfile index d747dd0a4..e2ba2543c 100644 --- a/wesnoth-server/Pkgfile +++ b/wesnoth-server/Pkgfile @@ -5,7 +5,7 @@ # Depends on: boost cmake pango sdl_image sdl_mixer sdl_net sdl_ttf lua name=wesnoth-server -version=1.8.6 +version=1.10.1 release=1 source=(http://downloads.sourceforge.net/project/wesnoth/wesnoth-${version%.*}/wesnoth-$version/wesnoth-$version.tar.bz2 wesnothd.rc) @@ -18,6 +18,7 @@ build() { cmake ../ \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DMANDIR=/usr/man \ -DENABLE_NLS=FALSE \ -DENABLE_CAMPAIGN_SERVER=TRUE \ -DENABLE_SERVER=TRUE \