diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2013-01-01 14:11:40 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-01 14:11:40 -0500 |
commit | 3a01eeb9934c515dc817fb0ca25406ffc307bc31 (patch) | |
tree | bcbf068de77b1d918e7ee8a37b20a0575042ef6e /games/pokerth | |
parent | f0ae50667dce45a3c0b7e034708dd5e4faaf6c7a (diff) | |
download | slackbuilds-3a01eeb9934c515dc817fb0ca25406ffc307bc31.tar.gz |
games/pokerth: Updated for version 1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/pokerth')
-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 6d8a0a153a..6f4fe978ce 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 63af6756b8..6a420ad2d3 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 c344de413b..d249b9d063 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" |