git » kcoreaddons.git » commit 08ecc5e

KDE Frameworks 5.62

author Antonio Rojas
2019-09-14 11:42:13 UTC
committer Antonio Rojas
2019-09-14 11:42:13 UTC
parent f183be7797b490c38c32b8fad393b70a69caa501

KDE Frameworks 5.62

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index ca56b9b..e8638e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kcoreaddons
-pkgver=5.61.0
+pkgver=5.62.0
 pkgrel=1
 pkgdesc='Addons to QtCore'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules qt5-tools qt5-doc qt5-doc clang python-pyqt5 do
 optdepends=('python-pyqt5: for the Python bindings')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6a4ea2eca77944c24fe63d2f7111913db721533d5971497cb5bdd2cac896e813'
+sha256sums=('3819e2792a2e61444e337cd1a4cbdc362c18810918376eefc30b203fbd160b41'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -25,7 +25,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -D_KDE4_DEFAULT_HOME_POSTFIX=4 \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON