git » plasma-framework.git » commit a5b38ba

Update dependencies

author Antonio Rojas
2016-03-16 08:58:59 UTC
committer Antonio Rojas
2016-03-16 08:58:59 UTC
parent aef2ec03650b4e07900b15a3861008b485d9590d

Update dependencies

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 28315ee..7a1f7e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=plasma-framework
 pkgver=5.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/plasma-framework'
 license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")