From 082fbfa0265f5d2007d1e479399523f62400fcd4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 4 May 2022 11:57:31 +0530 Subject: [PATCH] python-inflect: update to 5.6.0 --- mingw-w64-python-inflect/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-inflect/PKGBUILD b/mingw-w64-python-inflect/PKGBUILD index 05c4b07075..31260944c1 100644 --- a/mingw-w64-python-inflect/PKGBUILD +++ b/mingw-w64-python-inflect/PKGBUILD @@ -1,10 +1,10 @@ -# Maintainer: ??? +# Maintainer: Biswapriyo Nath _pyname=inflect _realname=inflect pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=5.5.2 +pkgver=5.6.0 pkgrel=1 pkgdesc='Python module to correctly generate plurals, ordinals, indefinite articles; convert numbers to words (mingw-w64)' arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('0b7f13909a7769bc25d168965c1e665e70686de6b577121b96448bc28289971f') +sha256sums=('a0612e7bba1028bb7efa121bf8f012aeda9355252d01b257057fa2a8f5859cef') prepare() { rm -rf "python-build-${MSYSTEM}" | true