git » kmenuedit.git » commit f296cb0

Plasma 5.5

author Antonio Rojas
2015-12-08 22:17:08 UTC
committer Antonio Rojas
2015-12-08 22:17:08 UTC
parent 09ae25ec126bd8d6539171ea027c4c5947873903

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 542a538..d60ec33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kmenuedit
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc='KDE menu editor'
 arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('ac2c4e060b7217b91f15e2c853fe6e10')
+md5sums=('260c16c02bab0d75f44559599c2b6348')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {