git » kwrited.git » commit 5645c61

Plasma 5.5

author Antonio Rojas
2015-12-08 22:17:24 UTC
committer Antonio Rojas
2015-12-08 22:17:24 UTC
parent 3302f158c4daf97c2a2f13a34c4b54cb5f81ce97

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index a3571e8..5592222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kwrited
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc='KDE daemon listening for wall and write messages'
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@ depends=('kpty' 'knotifications' 'kdbusaddons')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('cce33c1fc4733918fc216d577d886ac0')
+md5sums=('6e615c8ff2ae21aa59c118b34ba30d6f')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {