summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger2017-07-24 22:02:25 +0200
committerTobias Hunger2017-07-24 23:00:21 +0200
commitda21fd5a0268348f3aadb545f9a4a8f623868991 (patch)
treecdcf1192f78da6e6487006ff33a1092bdc433280
parente98861a6af41ea8102d827d391366af651c4a69b (diff)
downloadaur-da21fd5a0268348f3aadb545f9a4a8f623868991.tar.gz
Remove dependency on qt5-webengine
Webengine is *not* the preferred way to view documentation anymore: It is huge and unnecessary at this time.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7cbd0c1653f..96e8102ea367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='https://www.qt.io/ide/'
license=('GPL')
-depends=('clang' 'qbs' 'qt5-svg' 'qt5-tools' 'qt5-webengine')
+depends=('clang' 'qbs' 'qt5-svg' 'qt5-tools')
makedepends=('git' 'llvm' 'mesa')
options=('docs')
optdepends=('bzr: bazaar support'