diff options
author | Mladen Milinkovic | 2020-11-29 11:32:28 +0100 |
---|---|---|
committer | Mladen Milinkovic | 2020-11-29 11:32:28 +0100 |
commit | b3ca5f86d0d24d827485a5ced6a40d5fbe0e48b9 (patch) | |
tree | 59690a21076afc571b34a110c4e08a7d90572da9 | |
parent | ec5875e613b46bf525fecbf3baf8bb39004ac67f (diff) | |
download | aur-mingw-w64-sonnet.tar.gz |
5.76.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-sonnet pkgdesc = Spelling framework for Qt5 (mingw-w64) - pkgver = 5.59.0 + pkgver = 5.76.0 pkgrel = 1 url = https://community.kde.org/Frameworks arch = any @@ -16,10 +16,10 @@ pkgbase = mingw-w64-sonnet options = staticlibs options = !strip options = !buildflags - source = https://download.kde.org/stable/frameworks/5.59/sonnet-5.59.0.tar.xz - source = https://download.kde.org/stable/frameworks/5.59/sonnet-5.59.0.tar.xz.sig + source = https://download.kde.org/stable/frameworks/5.76/sonnet-5.76.0.tar.xz + source = https://download.kde.org/stable/frameworks/5.76/sonnet-5.76.0.tar.xz.sig validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB - sha256sums = f30e4d622bed2979bdd140adc6fdd537c3bd7f632f49d9efec7d9789cdcff025 + sha256sums = cb6bacae27cfa3f8b3ce300b18efe16730783f143c4a7fccfa634f528262ef9b sha256sums = SKIP pkgname = mingw-w64-sonnet @@ -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" |