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

Felix Yan felixonmars at archlinux.org
Sun Oct 9 17:27:28 UTC 2016


    Date: Sunday, October 9, 2016 @ 17:27:28
  Author: felixonmars
Revision: 278037

upgpkg: kio 5.27.0-1

Upstream release

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-09 17:27:19 UTC (rev 278036)
+++ PKGBUILD	2016-10-09 17:27:28 UTC (rev 278037)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kio
-pkgver=5.26.0
-pkgrel=2
+pkgver=5.27.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"
-        kio-konsole.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=c784a879&o=plain")
-md5sums=('c525ec050558e2d5c372616b8848aef8'
-         'eade65cf460457d7fd34085478f27b6d')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b46b822a74a038531155a4189c12afae')
 
 prepare() {
   mkdir -p build
-
-# Fix launching terminal applications
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kio-konsole.patch
 }
 
 build() {



More information about the arch-commits mailing list