git » kmenuedit.git » commit 3dff825

Plasma 5.2

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

Plasma 5.2

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 7e51215..51327df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
 # Contributor: Antonio Rojas
 
 pkgname=kmenuedit
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='KDE menu editor'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
 license=('LGPL')
 depends=('khotkeys')
-groups=('plasma-next')
+groups=('plasma')
 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=('da4259b609817e10fc53bd69d2d11e04')
+md5sums=('d856aeec5f16dcdf2c0698f8167df9a4')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {