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

Felix Yan fyan at archlinux.org
Mon Apr 11 03:45:41 UTC 2016


    Date: Monday, April 11, 2016 @ 05:45:40
  Author: fyan
Revision: 264546

upgpkg: kio 5.21.0-1

Upstream release

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 03:45:30 UTC (rev 264545)
+++ PKGBUILD	2016-04-11 03:45:40 UTC (rev 264546)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kio
-pkgver=5.20.0
-pkgrel=2
+pkgver=5.21.0
+pkgrel=1
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -15,17 +15,11 @@
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')
 install=kio.install
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-	kdebug-360488.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=bf37e9aa&o=plain")
-md5sums=('f700e4089783d2420406b5024fef9f65'
-         '6e6f61fab93c7460673c6280bc215c0a')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('9ffc4e4ee5e63def230249942d85a344')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix crash in rename dialog http://bugs.kde.org/show_bug.cgi?id=360488
-  patch -p1 -i ../kdebug-360488.patch 
 }
 
 build() {



More information about the arch-commits mailing list