git » plasma-framework.git » commit 4923c85

Add missing kwayland dependency

author Antonio Rojas
2017-02-13 16:36:22 UTC
committer Antonio Rojas
2017-02-13 16:36:22 UTC
parent 8175582fdc1ee5f3513145b7abb994bc66a51bc3

Add missing kwayland dependency

PKGBUILD +2 -2

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