git » kactivities.git » commit 715491a

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 51eab0a32ee4ebeccbf39e60aa74cf6278234378

KDE Frameworks 5.42

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index df7827c..1b7d849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kactivities
-pkgver=5.41.0
+pkgver=5.42.0
 pkgrel=1
 arch=('x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -13,7 +13,7 @@ depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
 makedepends=('extra-cmake-modules' 'boost' 'python' 'doxygen' 'qt5-tools')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8cf600304dbccea07a251f458b97e40745fcf57fa00c9fda357322827facbcff'
+sha256sums=('39080e0351ee488fd0e017f14bfbb2643029e5c4f97bb4824e095f6b04610a7c'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -26,7 +26,7 @@ build() {
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DQML_INSTALL_DIR=lib/qt/qml \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON