git » libksysguard.git » commit bcd4277

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 d6f9ae5c1a47372086cf71e85893c9d11ff4cff2

KF5 5.4.0

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 326b338..24174c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Antonio Rojas
 
 pkgname=libksysguard
-pkgver=5.1.0.1
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
 pkgdesc='Libksysguard'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/libksysguard'
@@ -11,8 +11,8 @@ license=('LGPL')
 depends=('libxres' 'kdelibs4support' 'plasma-framework')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
-md5sums=('6ade40ebcb153a99a00dcc9364ad2382')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('05edba7e9c155008e8b26d15756b355c')
 
 prepare() {
   mkdir -p build
@@ -20,7 +20,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 \