git » khotkeys.git » commit 7fcde0e

Plasma 5.2

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

Plasma 5.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4fe2188..b8fa64d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=khotkeys
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='KHotKeys'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@ depends=('plasma-workspace')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('1c9ca79b33f8793087eae0a3240d1eb2')
+md5sums=('dfa995143172aab9bbd626ab362c56a9')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {