summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger2016-02-25 17:31:46 +0100
committerTobias Hunger2016-02-25 17:31:46 +0100
commitd9097a947038a34bf6c32ac261170e553c2ceea3 (patch)
treebbfd5ae03f8b1e16bdf6d771df93bdd058cd3540
parentbe0f15c996a817d11bc931b168817bf1e67352c6 (diff)
downloadaur-d9097a947038a34bf6c32ac261170e553c2ceea3.tar.gz
Add qt5-svg dependency
The modeling plugin needs it to export its models as SVG and it can also be used in the image viewer.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ea44552914d..6a70ae6815c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
pkgname=qtcreator-git
-pkgver=v3.6.82
+pkgver=v3.6.0.r1561.gc3a1355
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='http://wiki.qt.io/Category:Tools::QtCreator'
license=('GPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
makedepends=('git' 'mesa' 'clang')
options=('docs')
optdepends=('qt5-doc: for the integrated Qt documentation'