author | Antonio Rojas
<arojas@archlinux.org> 2020-01-11 11:45:56 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-01-11 11:45:56 UTC |
parent | 5e0b08d324ca5a7fc6f6de1e00de107c1e7db224 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 7df9c50..937a064 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,19 +3,19 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kio -pkgver=5.65.0 -pkgrel=2 +pkgver=5.66.0 +pkgrel=1 pkgdesc='Resource and network access abstraction' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(solid kjobwidgets kbookmarks libxslt kwallet ktextwidgets desktop-file-utils) +depends=(solid kjobwidgets kbookmarks libxslt kwallet ktextwidgets) 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') + 'knetattach: to add new kio-remote entries' 'kio-fuse: to mount remote filesystems via FUSE') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('7d3cc0c82e83c082b424a2fe4c796c4c46f233ccd565775babbf6b434fce851b' +sha256sums=('c5350e20474b48c4fc02347186b7e4db24cb7580ba8c0f1e120b302e6b8db17d' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>