From da21fd5a0268348f3aadb545f9a4a8f623868991 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 24 Jul 2017 22:02:25 +0200 Subject: [PATCH] Remove dependency on qt5-webengine Webengine is *not* the preferred way to view documentation anymore: It is huge and unnecessary at this time. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c7cbd0c..96e8102 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'