git » kdesignerplugin.git » commit 7ccc9b6

KDE Frameworks 5.44

author Antonio Rojas
2018-03-10 09:27:50 UTC
committer Antonio Rojas
2018-03-10 09:27:50 UTC
parent 87cd8e41353cc9427a662cab656636b74f3119a9

KDE Frameworks 5.44

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 13079db..c327ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdesignerplugin
-pkgver=5.43.0
+pkgver=5.44.0
 pkgrel=1
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(extra-cmake-modules qt5-tools kdoctools kdewebkit python)
 optdepends=('kdewebkit: KDEWebKit plugin')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bfabe42cf4e667cabaa2754ea80decd4a53cff769951a530e0f218f9f42e695e'
+sha256sums=('ea9444f44767f7451c655f06101f895b99fe655e14677505f3c3148811b704ba'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -24,7 +24,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF