[arch-commits] Commit in kio/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Sep 14 09:30:54 UTC 2016


    Date: Wednesday, September 14, 2016 @ 09:30:53
  Author: felixonmars
Revision: 276330

upgpkg: kio 5.26.0-1

Upstream release

Modified:
  kio/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-14 09:30:41 UTC (rev 276329)
+++ PKGBUILD	2016-09-14 09:30:53 UTC (rev 276330)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kio
-pkgver=5.25.0
-pkgrel=2
+pkgver=5.26.0
+pkgrel=1
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,17 +13,11 @@
 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"
-        kdebug-366795.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=fcbfb61a&o=plain")
-md5sums=('0077d90029c34f734fb661912f2213d1'
-         'f8fcb4c3de5d3f1f2a9a2fc30bed6965')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c525ec050558e2d5c372616b8848aef8')
 
 prepare() {
   mkdir -p build
-
-# Fix pasting files in SMB/MTP paths http://bugs.kde.org/show_bug.cgi?id=366795
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-366795.patch
 }
 
 build() {



More information about the arch-commits mailing list