summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-03-19 04:08:47 +0100
committerhaawda2018-03-19 04:08:47 +0100
commit883cc8da85c2efb1dd9df306419a2f08ffe49585 (patch)
tree13c503eb978586d0f8ba3cb67bf41f58f54fecb0 /PKGBUILD
parent761304151d460b77de1ef99709dcc56b64e705d7 (diff)
downloadaur-883cc8da85c2efb1dd9df306419a2f08ffe49585.tar.gz
build against qt5 now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d423b87c34c..7bc2b9425b27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=qtikz-git
-pkgver=r222.65ebb81
+pkgver=r316.972685a
pkgrel=1
pkgdesc="Small application helping you to create TikZ diagrams"
arch=('i686' 'x86_64')
url="https://github.com/fhackenberger/ktikz"
license=('GPL')
-depends=('poppler-qt4')
+depends=('poppler-qt5')
makedepends=('git' 'texlive-core')
provides=('qtikz')
conflicts=('qtikz')
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "$_gitname"
- qmake-qt4 qtikz.pro
+ qmake qtikz.pro
make
}