git » kdecoration.git » commit 68127be

Plasma 5.5

author Antonio Rojas
2015-12-08 22:16:41 UTC
committer Antonio Rojas
2015-12-08 22:16:41 UTC
parent 5b71e9510269c526dfd2af865c3fec85a3b0e2ce

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 734c44f..644a630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kdecoration
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc='Plugin based library to create window decorations'
 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=('5a1aa0b28b3e8e870b46750898fdfd9c')
+md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {