summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-05-12 01:53:58 -0700
committerDonald Carr2017-05-12 01:53:58 -0700
commit2bc1c608d77eaa1ab2abe14d2160e638a3fa0037 (patch)
tree8f0bfaba7cfe90988914ba8f54bf161b36ee2e3e
parent955d96745f4045d1160d03c9c9b7d1f7e8087c4d (diff)
downloadaur-2bc1c608d77eaa1ab2abe14d2160e638a3fa0037.tar.gz
See if qbs removal helps
Change-Id: I20fa4f1324ef3b461aefa5db713ad2505efc3b1e
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb1d009fefee..12ea0fd34745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,9 @@ url='http://qt.io/ide'
license=('GPL')
provides=('qtcreator')
conflicts=('qtcreator')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 'clang' 'qbs' 'llvm')
-optdepends=('qt5-doc: integrated Qt documentation'
+depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 'clang' 'llvm')
+optdepends=('qbs'
+ 'qt5-doc: integrated Qt documentation'
'qt5-examples: welcome page examples'
'qt5-translations: for other languages'
'gdb: debugger'