summaryrefslogtreecommitdiff
path: root/community/pokerth
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-04 11:57:36 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-04 11:57:36 +0100
commit0faf579c24046ce4256b76c0cedf751c3ef024a2 (patch)
treeb34add6ffaf593bb556a93ac0fad20eda4204606 /community/pokerth
parent415b1b011936d464fe3042233910d0ac14a8d858 (diff)
parentde078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/amsn/PKGBUILD community/luakit/PKGBUILD testing/feh/PKGBUILD testing/gimp/PKGBUILD testing/libpng/PKGBUILD testing/libwebkit/PKGBUILD testing/php/PKGBUILD testing/vlc/PKGBUILD
Diffstat (limited to 'community/pokerth')
-rw-r--r--community/pokerth/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index f1a9d2baf..6432bc5db 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 62237 2012-01-18 17:30:42Z bpiotrowski $
+# $Id: PKGBUILD 63424 2012-02-02 19:11:13Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Vasco Costa <vasco.costa@meiodigital.com>
pkgname=pokerth
_realname=PokerTH
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Poker game written in C++/QT4"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ depends=('curl' 'boost-libs>=1.43.0' 'gsasl' 'gnutls'
'qt' 'sdl_mixer' 'libircclient' 'tinyxml')
makedepends=('boost')
source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('c22ec528ebb47c44b93149b63619004f')
+md5sums=('d1855713756be9072b275ee3754a4ff0')
build() {
cd "$srcdir/$_realname-$pkgver-src"