From 831d4499e3692c6284e0e7d1f9ea0f9b910001ac Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Wed, 6 Nov 2019 14:38:46 -0500 Subject: [PATCH] libvoikko: update to 4.3 --- mingw-w64-libvoikko/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libvoikko/PKGBUILD b/mingw-w64-libvoikko/PKGBUILD index 63a74b1388..f345ce9ba3 100644 --- a/mingw-w64-libvoikko/PKGBUILD +++ b/mingw-w64-libvoikko/PKGBUILD @@ -3,7 +3,7 @@ _realname=libvoikko pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=4.2 +pkgver=4.3 pkgrel=1 pkgdesc="A spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language (mingw-w64)" arch=('any') @@ -12,7 +12,7 @@ license=('GPL2') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-python3") source=("https://www.puimula.org/voikko-sources/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('f13c59825f36152f388cd96f638e447744199775277f4e6bcd0b9483f0eebeca') +sha256sums=('e843df002fcea2a90609d87e4d6c28f8a0e23332d3b42979ab1793e18f839307') build() { [[ -d "${srcdir}"/build-${CARCH} ]] && rm -rf "${srcdir}"/build-${CARCH}