author | Antonio Rojas
<arojas@archlinux.org> 2021-11-13 11:07:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-11-13 11:07:13 UTC |
parent | f32f4b4383e38643084e76d5909f32066ed7c207 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 665d684..424b15e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,19 +3,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=sonnet -pkgver=5.87.0 +pkgver=5.88.0 pkgrel=1 pkgdesc='Spelling framework for Qt5' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules qt5-tools qt5-doc hunspell aspell hspell libvoikko doxygen) +makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc 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') + 'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko' + 'qt5-declarative: QML bindings') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('1ad6fe55c06eeed600511be34a374aa46e1cb1e5fea8007255468fa1679289b1' +sha256sums=('8f99640923b500affd549c4990a9a5ee526b704bfab446e41588963ecade0869' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>