summaryrefslogtreecommitdiff
path: root/community/pokerth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pokerth/PKGBUILD')
-rw-r--r--community/pokerth/PKGBUILD20
1 files changed, 8 insertions, 12 deletions
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index 3b544b250..a4c35b662 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,13 +1,14 @@
-# $Id: PKGBUILD 87656 2013-04-05 07:06:16Z cinelli $
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# $Id: PKGBUILD 88844 2013-04-23 22:37:15Z svenstaro $
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Mateusz Herych <heniekk@gmail.com>
+# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Vasco Costa <vasco.costa@meiodigital.com>
# Contributor: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=pokerth
_realname=PokerTH
-pkgver=1.0
-pkgrel=6
+pkgver=1.0.1
+pkgrel=1
pkgdesc="Poker game written in C++/QT4"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
@@ -15,17 +16,12 @@ license=('GPL' 'custom')
depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
makedepends=('boost')
-source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2"
- "pokerth_game.pro.patch")
-md5sums=('1d8686b8968475cfc76e873a17a53efc'
- '967b79b37407be5a68e6a864c2b7828a')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2")
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
build() {
cd "$srcdir/$_realname-$pkgver-src"
-
- sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
- patch -Np2 < "$srcdir/pokerth_game.pro.patch"
qmake-qt4 "$pkgname.pro"
make
}