Date: Friday, March 29, 2013 @ 13:56:58 Author: cinelli Revision: 87269
rebuild for boost soname Modified: pokerth/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-29 12:55:42 UTC (rev 87268) +++ PKGBUILD 2013-03-29 12:56:58 UTC (rev 87269) @@ -2,11 +2,12 @@ # Maintainer: Mateusz Herych <[email protected]> # Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: Vasco Costa <[email protected]> +# Contributor: Federico Cinelli <[email protected]> pkgname=pokerth _realname=PokerTH pkgver=1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Poker game written in C++/QT4" arch=('i686' 'x86_64') url="http://www.pokerth.net/" @@ -14,7 +15,7 @@ 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) +source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2") md5sums=('1d8686b8968475cfc76e873a17a53efc') build() { @@ -22,7 +23,7 @@ sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp - qmake $pkgname.pro + /usr/lib/qt4/bin/qmake "$pkgname.pro" make }
