git » kde-cli-tools.git » commit 2ca0c06

Plasma 5.5

author Antonio Rojas
2015-12-08 22:16:50 UTC
committer Antonio Rojas
2015-12-08 22:16:50 UTC
parent 74505a45ff0036edcb20e896d47d353ff753f813

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 3bd8583..7eb6f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kde-cli-tools
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@ license=('LGPL')
 depends=('kdesu' 'kdelibs4support' 'kcmutils')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('023ab4d8cd49467b8fbb34b182473a88')
+md5sums=('43738e1cc83571da7589a2dae069e377')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {