git » sonnet.git » commit 2fb2325

KDE Frameworks 5.36

author Antonio Rojas
2017-07-08 11:52:22 UTC
committer Antonio Rojas
2017-07-08 11:52:22 UTC
parent f57b174bbccb8ba3e2fbf164f6ba40f6e5edb711

KDE Frameworks 5.36

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index 4e1d150..174c6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=sonnet
-pkgver=5.35.0
+pkgver=5.36.0
 pkgrel=1
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('qt5-base')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko' 'doxygen')
 optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 
             '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=('0fcaad243f6bc618654533f8f08b2faf2cb226381d81726fc0cad91714342051'
+sha256sums=('accf0724615abf684258fa087e4166e803385ec4190f92c792fd16e8189366ed'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -28,7 +28,8 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
   make
 }