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

Eric Bélanger eric at nymeria.archlinux.org
Thu Mar 20 05:16:00 UTC 2014


    Date: Thursday, March 20, 2014 @ 06:15:59
  Author: eric
Revision: 107827

upgpkg: kcheckers 0.8.1-9

Fix build issue (close FS#39336)

Modified:
  kcheckers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-20 05:15:36 UTC (rev 107826)
+++ PKGBUILD	2014-03-20 05:15:59 UTC (rev 107827)
@@ -3,7 +3,7 @@
 
 pkgname=kcheckers
 pkgver=0.8.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Qt4-based checkers boardgame"
 arch=('i686' 'x86_64')
 url="http://qcheckers.sourceforge.net/"
@@ -16,7 +16,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|/usr/local|/usr|' common.h
-  qmake kcheckers.pro
+  qmake-qt4 kcheckers.pro
   make
 }
 




More information about the arch-commits mailing list