summaryrefslogtreecommitdiff
path: root/community/pokerth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pokerth/PKGBUILD')
-rw-r--r--community/pokerth/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index 98cee0a12..b6985cc64 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 102271 2013-12-07 10:36:58Z bpiotrowski $
+# $Id: PKGBUILD 103925 2014-01-13 17:16:59Z andyrtr $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
@@ -7,22 +7,22 @@
pkgname=pokerth
_realname=PokerTH
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1
+pkgrel=1
pkgdesc="Poker game written in C++/Qt4"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
license=('GPL' 'custom')
depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+ 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
makedepends=('boost')
source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2")
-md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+md5sums=('7f577fdb04c697ac7227c1a0d4311ffc')
build() {
cd "$srcdir/$_realname-$pkgver-src"
- qmake-qt4 "$pkgname.pro"
+ qmake-qt5 "$pkgname.pro"
make
}