git » khelpcenter.git » commit 568e87d

Plasma 5.5

author Antonio Rojas
2015-12-08 22:17:25 UTC
committer Antonio Rojas
2015-12-08 22:17:25 UTC
parent a700f44ced5a7c26398d3890a9c2265fdda6104d

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4ac3042..10284bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=khelpcenter
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc="Application to show KDE Applications' documentation"
 arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@ makedepends=('extra-cmake-modules')
 conflicts=('khelpcenter4' 'kdebase-runtime-doc')
 replaces=('khelpcenter4' 'kdebase-runtime-doc')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('f17065c4b8adfb52e01a60d7d891be36')
+md5sums=('c12fbbcccd203624569945ef7d483bc7')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {