diff options
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 6 | ||||
-rw-r--r-- | games/pokerth/pokerth.info | 8 | ||||
-rw-r--r-- | games/pokerth/slack-desc | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index f35e01c9bb..e81a51cfeb 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild script for "PokerTH". -# Copyright 2009 Marcel Saegebarth <tsa@gmx.li> +# Copyright 2009-2010 Marcel Saegebarth <tsa@gmx.li> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -27,16 +27,14 @@ PRGNAM=pokerth SRCNAM=PokerTH -VERSION=0.7 +VERSION=0.7.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/games/pokerth/pokerth.info b/games/pokerth/pokerth.info index 962d6a9300..991e0b7704 100644 --- a/games/pokerth/pokerth.info +++ b/games/pokerth/pokerth.info @@ -1,10 +1,10 @@ PRGNAM="pokerth" -VERSION="0.7" +VERSION="0.7.1" HOMEPAGE="http://www.pokerth.net" -DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.7-src.tar.bz2" -MD5SUM="bbac2f4c6f55a74c1cd8c25622cea42c" +DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.7.1-src.tar.bz2" +MD5SUM="a26a369bf3aa4b6ed92d0cadacb626e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Marcel Saegebarth" EMAIL="tsa@gmx.li" -APPROVED="dsomero" +APPROVED="Erik Hanson" diff --git a/games/pokerth/slack-desc b/games/pokerth/slack-desc index fd7dfe0bdb..4446f704eb 100644 --- a/games/pokerth/slack-desc +++ b/games/pokerth/slack-desc @@ -6,7 +6,7 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -pokerth: PokerTH 0.7 (A poker game) +pokerth: PokerTH (A poker game) pokerth: pokerth: PokerTH is a poker game written in C++/QT4. You can play the pokerth: popular "Texas Hold'em" poker variant against up to six |