git » kwayland.git » commit f69680f

Plasma 5.5

author Antonio Rojas
2015-12-08 22:16:37 UTC
committer Antonio Rojas
2015-12-08 22:16:37 UTC
parent 57c587d068de8acb7d85a64b5d47cbc912ed7be4

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b9e0256..37664f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kwayland
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@ license=('LGPL')
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('c6e75d3e7050ca2db6f1c8f7750a4d8f')
+md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {