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

Eric Bélanger eric at nymeria.archlinux.org
Thu Mar 20 04:43:28 UTC 2014


    Date: Thursday, March 20, 2014 @ 05:43:27
  Author: eric
Revision: 107822

upgpkg: tuxcards 2.2.1-4

Fix build issue (close FS#39481)

Modified:
  tuxcards/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-20 04:22:13 UTC (rev 107821)
+++ PKGBUILD	2014-03-20 04:43:27 UTC (rev 107822)
@@ -3,7 +3,7 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a structured manner"
 arch=('i686' 'x86_64')
 url="http://www.tuxcards.de"
@@ -16,7 +16,7 @@
 build() {
   cd "${srcdir}/${pkgname}"
   sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' src/CTuxCardsConfiguration.cpp
-  qmake tuxcards.pro
+  qmake-qt4 tuxcards.pro
   make
 }
 




More information about the arch-commits mailing list