git » kdesignerplugin.git » commit 847fa75

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 b453c295d3b961e053ba3425f571ec30da8256bb

KDE Frameworks 5.62

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 15e027f..8f2e0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdesignerplugin
-pkgver=5.61.0
+pkgver=5.62.0
 pkgrel=1
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(kplotting kio)
 makedepends=(extra-cmake-modules qt5-tools kdoctools)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6b204dffbb4897f51143650d75383b5a3ddf4254455e5827d316c7b4ee7b3f33'
+sha256sums=('b5c0769d0b1df99f456c3c6f22a48e8bdf9c15f00be2e0795ae5bc5170596e47'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -23,7 +23,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }