summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-05-28 17:58:24 +0200
committerhaawda2018-05-28 17:58:24 +0200
commit781d85ec2a5a4e38e866c9dc82df475828b9112f (patch)
tree4dd856a01e5f4d4fe97cb1c2b53b107a6780f61c /PKGBUILD
parent755f5e19d4346f66893adad6cb9194f8211fa0e2 (diff)
downloadaur-781d85ec2a5a4e38e866c9dc82df475828b9112f.tar.gz
add qt5-tools as makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")