games/sumwars: Updated for version 0.5.8.

Fixes build with ogre-1.9.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-21 22:19:45 +00:00
parent 21843dd2c0
commit 2841beb225
3 changed files with 7 additions and 5 deletions

View File

@ -3,3 +3,5 @@ single-player and a multiplayer mode for about 2 to 8 players.
It is available and proved to work for Windows, Mac OS X and GNU/Linux
operating systems, although it might as well work in *BSD and similar
operating systems.
You will need to have built CEGUI with its optional ogre dependency.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sumwars
VERSION=${VERSION:-0.5.6}
VERSION=${VERSION:-0.5.8}
SRCVERSION=$VERSION-src
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="sumwars"
VERSION="0.5.6"
VERSION="0.5.8"
HOMEPAGE="http://sumwars.org"
DOWNLOAD="http://downloads.sourceforge.net/project/sumwars/0.5.6/sumwars-0.5.6-src.tar.bz2"
MD5SUM="89f53fe1023072785e039bdef312a04b"
DOWNLOAD="http://downloads.sourceforge.net/project/sumwars/0.5.8/sumwars-0.5.8-src.tar.bz2"
MD5SUM="db2a2a672125668908ffaf8519deae41"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FreeImage physfs ogre ois CEGUI0.7 freealut lua poco"
REQUIRES="FreeImage physfs ogre ois CEGUI freealut lua poco"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"