git » kservice.git » commit 2bbd514

Update to 5.14.3

author Antonio Rojas
2015-09-19 19:51:56 UTC
committer Antonio Rojas
2015-09-19 19:51:56 UTC
parent f29d190627138863e1ae38829c8cdd368d6753ad

Update to 5.14.3

PKGBUILD +4 -9

diff --git a/PKGBUILD b/PKGBUILD
index dbadb5b..31265cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kservice
-pkgver=5.14.2
-pkgrel=2
+pkgver=5.14.3
+pkgrel=1
 pkgdesc='Advanced plugin and service introspection'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kservice'
@@ -11,16 +11,11 @@ license=('LGPL')
 depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" timestamp.patch)
-md5sums=('eca764e18afbcef5496183c96c613c91'
-         'b77b056fb6bb5adba72702fddf0feff8')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c5004c66f5037ef838421665a08828b1')
 
 prepare() {
   mkdir -p build
-
-# Fix kbuildsycoca infinite loop https://bugs.kde.org/show_bug.cgi?id=352854
-  cd $pkgname-$pkgver
-  patch -p1 -i ../timestamp.patch
 }
 
 build() {