git » kio.git » commit 2207ca3

KDE Frameworks 5.85

author Antonio Rojas
2021-08-14 09:40:22 UTC
committer Antonio Rojas
2021-08-14 09:40:22 UTC
parent b480151a4366f58c5cd163faaa79e4899c2ff48f

KDE Frameworks 5.85

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index 6e39fe6..c4be183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio
-pkgver=5.84.0
-pkgrel=2
+pkgver=5.85.0
+pkgrel=1
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -14,17 +14,11 @@ 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'
             'kio-fuse: to mount remote filesystems via FUSE')
 groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/frameworks/kio/-/commit/8ad69215.patch)
-sha256sums=('96be2b732faf97a484edc5238049ad22f0f233b9e404468f4da40c5ec839e0d3'
-            'SKIP'
-            '1b0e4575282769d64f334ea2c4a9ba17986bdc9bad9813272d350a937668467e')
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e4d58a7d2ae6530c4b676fe7f7e4583a86436c68861eb971bf91af9efead19f6'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 8ad69215.patch # Fix selecting binaries from component chooser KCM
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \