git » kio.git » commit 889ab02

Add kded dependency (FS#66638)

author Antonio Rojas
2020-05-13 11:06:05 UTC
committer Antonio Rojas
2020-05-13 11:06:05 UTC
parent 3178533af9622f3006fbd32adbb9c6e0f3f11d69

Add kded dependency (FS#66638)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 864b2ed..9a264cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=kio
 pkgver=5.70.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(solid kjobwidgets kbookmarks libxslt kwallet ktextwidgets)
+depends=(solid kjobwidgets kbookmarks libxslt kwallet ktextwidgets kded)
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave'
             'knetattach: to add new kio-remote entries' 'kio-fuse: to mount remote filesystems via FUSE')