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

Felix Yan felixonmars at archlinux.org
Mon Jul 11 02:43:05 UTC 2016


    Date: Monday, July 11, 2016 @ 02:43:05
  Author: felixonmars
Revision: 271429

upgpkg: knewstuff 5.24.0-1

Upstream release

Modified:
  knewstuff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-11 02:43:00 UTC (rev 271428)
+++ PKGBUILD	2016-07-11 02:43:05 UTC (rev 271429)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=knewstuff
-pkgver=5.23.0
-pkgrel=2
+pkgver=5.24.0
+pkgrel=1
 pkgdesc='Support for downloading application assets from the network'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,17 +12,11 @@
 depends=('kio')
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        kdebug-364896.patch::"https://quickgit.kde.org/?p=knewstuff.git&a=commitdiff&h=fc2e7f58&o=plain")
-md5sums=('2ac172c3af820c701e8e144e7f9d35db'
-         'a8fbc7f6e60f5d3de3e88641d889f138')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('9f91b9149cfc388403642750f20e411f')
 
 prepare() {
   mkdir -p build
-
-# Fix crash in Discover http://bugs.kde.org/show_bug.cgi?id=364896
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-364896.patch
 }
 
 build() {



More information about the arch-commits mailing list