git » sonnet.git » commit 4a63a4c

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 569a56e8e90761c4211476fc7026bff3adea89b5

KDE Frameworks 5.44

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index fff35df..617b8e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=sonnet
-pkgver=5.43.0
+pkgver=5.44.0
 pkgrel=1
 pkgdesc='Spelling framework for Qt5'
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via
             'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4a716bfa6e6ac686bbbe9922b3eebcfd7504a2970f4577a21b091011b8eabb44'
+sha256sums=('b5bd7ad174723284d965b45117a0ffecb6af852f4030c9d2f07ff7ec124437b6'
             '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 \
     -DBUILD_TESTING=OFF \