[arch-commits] Commit in kio/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 13 11:06:05 UTC 2020


    Date: Wednesday, May 13, 2020 @ 11:06:05
  Author: arojas
Revision: 383332

Add kded dependency (FS#66638)

Modified:
  kio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 11:01:39 UTC (rev 383331)
+++ PKGBUILD	2020-05-13 11:06:05 UTC (rev 383332)
@@ -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')



More information about the arch-commits mailing list