summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger2016-03-28 11:51:42 +0200
committerTobias Hunger2016-03-28 11:51:42 +0200
commit8f2185c5a922fd09229b083f044709118cd37ff3 (patch)
tree71673ccd57df01cab71b3f08d42173225ec899c3
parente34141a5f23d8547e18b05a0b25aa83e0bc5cfa2 (diff)
downloadaur-8f2185c5a922fd09229b083f044709118cd37ff3.tar.gz
Add dependency on qt5-script
At least some tests need it.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1828d6196b20..3877c0838a0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='http://wiki.qt.io/Category:Tools::QtCreator'
license=('GPL')
-depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
+depends=('qt5-script' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
makedepends=('git' 'mesa' 'clang')
options=('docs')
optdepends=('qt5-doc: for the integrated Qt documentation'