git » kde-cli-tools.git » commit 05bc5fd

Plasma 5.2

author Andrea Scarpino
2015-01-26 19:01:40 UTC
committer Andrea Scarpino
2015-01-26 19:01:40 UTC
parent a25627ec40e9f7bf01247d774369357551675d43

Plasma 5.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b141a3e..5b9ab82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kde-cli-tools
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
 arch=('i686' 'x86_64')
@@ -11,10 +11,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=('774eab3599c2d5455e066799e62b0d7d')
+md5sums=('fdd6ec4c00fe14409944dbe20572b0eb')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {