git » kinfocenter.git » commit a403922

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 f82423feca9309b7d9e748b4300cc7d1d33c106c

KF5 5.4.0

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 7601042..889a366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.1.0.1
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='KInfocenter'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
 conflicts=('kdebase-workspace')
 groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
-md5sums=('8d258cd1cb691027b8ccaa95695920a5')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('8a7377e08fb50ffcee5fb41e44979456')
 
 prepare() {
   mkdir -p build
@@ -21,7 +21,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 \