summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea9ae5ec1df..99324a9570c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Apr 16 11:51:18 UTC 2018
pkgbase = qtikz-git
pkgdesc = Small application helping you to create TikZ diagrams
- pkgver = r316.972685a
- pkgrel = 2
+ pkgver = r317.37ae35f
+ pkgrel = 1
url = https://github.com/fhackenberger/ktikz
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ makedepends = qt5-tools
makedepends = texlive-core
depends = poppler-qt5
provides = qtikz
diff --git a/PKGBUILD b/PKGBUILD
index cb3a22e29bdf..0c392355bcbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=qtikz-git
-pkgver=r316.972685a
-pkgrel=2
+pkgver=r317.37ae35f
+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-qt5')
-makedepends=('git' 'texlive-core')
+makedepends=('git' 'qt5-tools' 'texlive-core')
provides=('qtikz')
conflicts=('qtikz')
source=("qtikz::git+https://github.com/fhackenberger/ktikz")