Version upgrade for pokerth.

This commit is contained in:
Daniele 2011-01-18 01:37:06 +00:00
parent 609c793c73
commit 934d46968c

View File

@ -8,15 +8,15 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=pokerth
_pkgname=PokerTH
pkgver=0.8.2
pkgrel=2
pkgver=0.8.3
pkgrel=1
pkgdesc="PokerTH is a Texas Holdem poker game written in C++/Qt."
arch=('i686' 'x86_64')
license=('GPL' 'custom')
depends=('qt>=4.4.3' 'zlib>=1.2.3' 'curl>=7.1.6' 'gnutls>=2.2.2' 'libgsasl' 'boost>=1.36' 'sdl' 'sdl_mixer' 'icu')
url="http://www.pokerth.net/"
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${_pkgname}-${pkgver}-src.tar.bz2")
md5sums=('bc9af0733d32c16e23fb9975e9aba100')
md5sums=('adbe56ad5f547eb255dad91de564bf1c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}-src"