Date: Monday, May 16, 2016 @ 16:39:42 Author: fyan Revision: 268146 upgpkg: kio 5.22.0-1
Upstream release Modified: kio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-16 14:39:35 UTC (rev 268145) +++ PKGBUILD 2016-05-16 14:39:42 UTC (rev 268146) @@ -3,19 +3,19 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=kio -pkgver=5.21.0 -pkgrel=2 +pkgver=5.22.0 +pkgrel=1 pkgdesc='Resource and network access abstraction' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' - 'desktop-file-utils') + 'desktop-file-utils' 'kinit') makedepends=('extra-cmake-modules' 'kdoctools' 'python') optdepends=('kio-extras: extra protocols support (sftp, fish and more)') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -md5sums=('9ffc4e4ee5e63def230249942d85a344') +md5sums=('af7f2cb9ea28cb417acb0aced4f3a860') prepare() { mkdir -p build
