git » kmenuedit.git » commit 8a5e355

KF5 5.4.0

author Andrea Scarpino
2014-11-09 21:30:28 UTC
committer Andrea Scarpino
2014-11-09 21:30:28 UTC
parent 6a2f7a8be73ce4375e081ec14cf0042bbef04d45

KF5 5.4.0

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 229be56..d630cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kmenuedit
-pkgver=5.1.0.1
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='KDE menu editor'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ groups=('plasma-next')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
-md5sums=('63d1ec5c1c401c986b1442d08adb3a91')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('b3cfdb7647f4518b4e1601a76571f61f')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,7 @@ prepare() {
 
 build() {
   cd build
-  cmake ../$pkgname-5.1.0 \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \