Date: Saturday, July 22, 2017 @ 22:58:07 Author: arojas Revision: 301173
Add missing kdelibs4support dependency Modified: konqueror/kde-unstable/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-22 22:51:40 UTC (rev 301172) +++ PKGBUILD 2017-07-22 22:58:07 UTC (rev 301173) @@ -3,12 +3,12 @@ pkgname=konqueror pkgver=17.07.80 -pkgrel=1 +pkgrel=2 pkgdesc="KDE File Manager & Web Browser" arch=(i686 x86_64) url="https://konqueror.org/" license=(LGPL) -depends=(dolphin keditbookmarks qt5-webengine) +depends=(dolphin keditbookmarks qt5-webengine kdelibs4support) makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu khtml) optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin' 'khtml: alternative web engine') conflicts=(kdebase-konqueror kdebase-konq-plugins)
