git » knewstuff.git » commit 7d9e451

KDE Frameworks 5.42

author Antonio Rojas
2018-01-13 13:44:15 UTC
committer Antonio Rojas
2018-01-13 13:44:15 UTC
parent 905f2fe149ebd106abb6d63a0cd81041ce51c0d3

KDE Frameworks 5.42

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 05c08e0..d1263bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=knewstuff
-pkgver=5.41.0
+pkgver=5.42.0
 pkgrel=1
 pkgdesc='Support for downloading application assets from the network'
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
 optdepends=('kirigami2: QML components')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('e433b952b979ffe039758c73c27e81f429aadc200323c190f4673315b97e3849'
+sha256sums=('e625cb21dba7780ee8936153e7ba0f57bf81c929fb6ccb4b15eef763aeaf4f44'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -27,7 +27,7 @@ build() {
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   make