git » kio-extras.git » commit 91b2543

KDE Applications 19.08.3

author Antonio Rojas
2019-11-07 12:39:22 UTC
committer Antonio Rojas
2019-11-07 12:39:22 UTC
parent d86168aec64ce4a396395916e2d6b8ca6271803d

KDE Applications 19.08.3

PKGBUILD +7 -5

diff --git a/PKGBUILD b/PKGBUILD
index 088326e..cc8a77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio-extras
-pkgver=19.08.2
-pkgrel=2
+pkgver=19.08.3
+pkgrel=1
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -16,10 +16,11 @@ optdepends=('qt5-imageformats: thumbnails for additional image formats'
             'khtml: man kioslave' 'phonon-qt5: audio file previews' 'libappimage: AppImage thumbnails')
 groups=(kde-applications kdenetwork)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-        kio-extras-rpc.patch)
-sha256sums=('a0b8f08ab8f9d36cfdc950470f75726e90e9fba159bc2035931cfa6efbfe4394'
+        kio-extras-rpc.patch kio-extras-libssh-0.9.patch)
+sha256sums=('e38e872f78ff24fe512ec7ff9ed4f6b6a8e1fef6111fdb0222c133bed0a8861f'
             'SKIP'
-            '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
+            '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895'
+            '6e97c66d2b5adfdeaa34864ec54c2ac1728710af735c8acdd4f1c5e0c446efc2')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
 
@@ -28,6 +29,7 @@ prepare() {
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
+  patch -p1 -i ../kio-extras-libssh-0.9.patch  # fix build with libssh 0.9
 }
 
 build() {