git » kio-extras.git » commit edbc323

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 994a77f3db3f32dc8bc88d37ff1439a5151687fc

KF5 5.4.0

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index ad19406..08f67be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kio-extras
-pkgver=5.1.0.1
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 'openex
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 options=('!buildflags')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
-md5sums=('fe8771bd6157bd842753d0c2a3c9162c')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('831fb9bc8960932233cf6042f6097751')
 
 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 \