git » kitemmodels.git » commit 82b873b

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 157a6eafc2258b5bb8c1a785af23ae04b06397eb

KDE Frameworks 5.44

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 1f82e53..37844cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kitemmodels
-pkgver=5.43.0
+pkgver=5.44.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=('ad617dc843297c2c4d5db97ea528c44c886d52c89125a77f9494da09de8187fb'
+sha256sums=('48f1f8a75770f909367d9b0a9d3bbf2d8847a0fa519da6a532e8be6d4188c354'
             '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 \