Date: Tuesday, April 28, 2015 @ 09:31:49 Author: arojas Revision: 238116
Add missing dependencies Modified: plasma-sdk/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-28 07:24:46 UTC (rev 238115) +++ PKGBUILD 2015-04-28 07:31:49 UTC (rev 238116) @@ -8,7 +8,7 @@ arch=(i686 x86_64) url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk' license=(LGPL) -depends=(plasma-framework ktexteditor) +depends=(plasma-framework ktexteditor knewstuff qt5-webkit) makedepends=(extra-cmake-modules) source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") md5sums=('eac8f50823f390d5728d74c8e539975d')
