git » kitemmodels.git » commit a23173e

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 82fe073022745f0a04ab36b530a5231e1b5aa022

KDE Frameworks 5.42

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index e36a8ab..99b8494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kitemmodels
-pkgver=5.41.0
+pkgver=5.42.0
 pkgrel=1
 pkgdesc='Models for Qt Model/View system'
 arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang' 'doxyg
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b39487f5e1f004ce42f021bc9108b717f99a08875c662dc15dd0ba88247b768e'
+sha256sums=('0c5663904536568d898c3fd1655575165efc325cd2669d23bfc9edca71fb8d55'
             '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 \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   make