summaryrefslogtreecommitdiff
path: root/community/tuxcards/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tuxcards/PKGBUILD')
-rw-r--r--community/tuxcards/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tuxcards/PKGBUILD b/community/tuxcards/PKGBUILD
index a1b93dd03..76bf0d9f4 100644
--- a/community/tuxcards/PKGBUILD
+++ b/community/tuxcards/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 85419 2013-03-01 10:41:30Z andrea $
+# $Id: PKGBUILD 107823 2014-03-20 04:43:53Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
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 @@ sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45'
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
}