Date: Friday, March 29, 2013 @ 17:17:43
  Author: cinelli
Revision: 87273

reverted to build against staging

Modified:
  pokerth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-29 15:06:40 UTC (rev 87272)
+++ PKGBUILD    2013-03-29 16:17:43 UTC (rev 87273)
@@ -2,12 +2,11 @@
 # 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=5
+pkgrel=4
 pkgdesc="Poker game written in C++/QT4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";
@@ -15,7 +14,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() {
@@ -23,7 +22,7 @@
 
   sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' 
src/net/common/ircthread.cpp
 
-  qmake-qt4 "$pkgname.pro"
+  qmake $pkgname.pro
   make
 }
 

Reply via email to