git » frameworkintegration.git » commit 8fd1f81

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 fbd825578d3f258a1d8e9596269c3e4e158fc2e8

KDE Frameworks 5.44

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 897251b..5c2d791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=frameworkintegration
-pkgver=5.43.0
+pkgver=5.44.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules python appstream-qt packagekit-qt5)
 optdepends=('appstream-qt: dependency resolving via AppStream' 'packagekit-qt5: dependency resolving via AppStream')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('80ef02d0f590c018321a1dca97dff8e40520e82cf5331d5591b85faa29995762'
+sha256sums=('81580924bfe4f143ec72492c92476cc7b01ae5b6de67b0be092a370ad9523883'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -25,7 +25,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \