author | Antonio Rojas
<arojas@archlinux.org> 2021-05-08 12:01:39 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-05-08 12:01:39 UTC |
parent | c6a1b76503028d9f1f422eb67f8ff8fdb8fc1ed3 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 965b549..6ff4ad2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=sonnet -pkgver=5.81.0 +pkgver=5.82.0 pkgrel=1 pkgdesc='Spelling framework for Qt5' arch=(x86_64) @@ -14,8 +14,8 @@ makedepends=(extra-cmake-modules qt5-tools qt5-doc hunspell aspell hspell libvoi 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=('4a7c4e4d3da2df50004565c76ce0334697b941bd011be08fed7d91f96c37364e' +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('8e0a9a80a70def5c992c25d50cbeaa38f1655da83e80b6aae8847d77289111c2' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>