diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/README | 6 | ||||
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 4 | ||||
-rw-r--r-- | games/pokerth/pokerth.info | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/pokerth/README b/games/pokerth/README index 6d8a0a153a39..6f4fe978ce52 100644 --- a/games/pokerth/README +++ b/games/pokerth/README @@ -1,4 +1,4 @@ PokerTH is a poker game written in C++/QT4. You can play the popular -"Texas Hold'em" poker variant against up to six computer-opponents or -play network games with people all over the world. This package will -include the PokerTH server. +"Texas Hold'em" poker variant against up to six computer-opponents or +play network games with people all over the world. +This package will include the PokerTH server. diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index 63af6756b8b2..6a420ad2d349 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild script for "PokerTH". -# Copyright 2009-2012 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2009-2013 Marcel Saegebarth <marc@mos6581.de> # Copyright 2012 Laurent Nardou <l.nardou@wanadoo.fr> # All rights reserved. # @@ -28,7 +28,7 @@ PRGNAM=pokerth SRCNAM=PokerTH -VERSION=0.9.5 +VERSION=1.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/pokerth/pokerth.info b/games/pokerth/pokerth.info index c344de413bb8..d249b9d063fb 100644 --- a/games/pokerth/pokerth.info +++ b/games/pokerth/pokerth.info @@ -1,10 +1,10 @@ PRGNAM="pokerth" -VERSION="0.9.5" +VERSION="1.0" HOMEPAGE="http://www.pokerth.net" -DOWNLOAD="http://downloads.sourceforge.net/pokerth/PokerTH-0.9.5-src.tar.bz2" -MD5SUM="4bdea98bfc142a825c64b77feb4667d0" +DOWNLOAD="http://downloads.sourceforge.net/pokerth/PokerTH-1.0-src.tar.bz2" +MD5SUM="1d8686b8968475cfc76e873a17a53efc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libgsasl libircclient tinyxml" +REQUIRES="libgsasl libircclient tinyxml protobuf" MAINTAINER="Marcel Saegebarth" EMAIL="marc@mos6581.de" |