diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,8 @@ +# Maintainer: Mladen Milinkovic <maxrd2@smoothware.net> + _pkgname=sonnet pkgname=mingw-w64-$_pkgname -pkgver=5.59.0 +pkgver=5.76.0 pkgrel=1 arch=(any) pkgdesc="Spelling framework for Qt5 (mingw-w64)" @@ -13,8 +15,8 @@ optdepends=("mingw-w64-aspell: spell checking via aspell" options=(staticlibs !strip !buildflags) url="https://community.kde.org/Frameworks" source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$_pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('f30e4d622bed2979bdd140adc6fdd537c3bd7f632f49d9efec7d9789cdcff025' - 'SKIP') +sha256sums=('cb6bacae27cfa3f8b3ce300b18efe16730783f143c4a7fccfa634f528262ef9b' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |