git » kio.git » commit 64af35a

KDE Frameworks 5.32

author Antonio Rojas
2017-03-11 11:29:31 UTC
committer Antonio Rojas
2017-03-11 11:29:31 UTC
parent 8bf199472d1048c7c639fd7d4c048e34185f6ed7

KDE Frameworks 5.32

PKGBUILD +6 -11

diff --git a/PKGBUILD b/PKGBUILD
index 52e119f..0d23fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,28 +2,23 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio
-pkgver=5.31.0
-pkgrel=2
+pkgver=5.32.0
+pkgrel=1
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 'desktop-file-utils' 'kinit')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        kio-sanitize-url.patch::"https://cgit.kde.org/kio.git/patch/?id=f9d0cb47")
-md5sums=('62f31e7a9cd0b875fce5b552ec9be3c7'
-         'SKIP'
-         '3044fd99f934879390f29ec71e2d795a')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('364adf30d1df6f52d5960061d4c21e91519dfa8674ae95fa01144805a800aaa5'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
   mkdir -p build
-# Sanitize URLs before passing them to FindProxyForURL
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kio-sanitize-url.patch
 }
 
 build() {