[arch-commits] Commit in pokerth/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Dec 26 14:33:13 UTC 2013


    Date: Thursday, December 26, 2013 @ 15:33:13
  Author: svenstaro
Revision: 103118

upgpkg: pokerth 1.1-1

upstream release 1.1

Modified:
  pokerth/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-26 14:19:45 UTC (rev 103117)
+++ PKGBUILD	2013-12-26 14:33:13 UTC (rev 103118)
@@ -7,26 +7,22 @@
 
 pkgname=pokerth
 _realname=PokerTH
-pkgver=1.0.1
-pkgrel=4
+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"
-        gcrypt16.patch)
-md5sums=('c6dcf0ed68ab50af91371348ffad5d00'
-         '9354bade599d395c1cc86abd062472cd')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2")
+md5sums=('7f577fdb04c697ac7227c1a0d4311ffc')
 
 build() {
   cd "$srcdir/$_realname-$pkgver-src"
   
-  patch -Np1 < $srcdir/gcrypt16.patch
-  
-  qmake-qt4 "$pkgname.pro"
+  qmake-qt5 "$pkgname.pro"
   make
 }
 




More information about the arch-commits mailing list