git » sonnet.git » commit e9914d9

KDE Frameworks 5.42

author Antonio Rojas
2018-01-13 13:44:15 UTC
committer Antonio Rojas
2018-01-13 13:44:15 UTC
parent a373ac1a4b91f732d1182b7e64cf11d8802f39d4

KDE Frameworks 5.42

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index e299d64..6e47b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=sonnet
-pkgver=5.41.0
+pkgver=5.42.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=('e66814247a3c6953f868fc2f0834d16a511a81ed92af5f1d4296522c15a017ca'
+sha256sums=('3c523fa0195e2e2af0071235507a9e30d140175afb4bc0e944d5025f5bab6ae4'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -27,7 +27,7 @@ build() {
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   make