From 456bb8d3ed3f3adae2fc7cd647ef59a7e8ddc60c Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 3 Oct 2023 19:28:09 +0000 Subject: [PATCH] python-argh: update to 0.29.4 --- mingw-w64-python-argh/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-argh/PKGBUILD b/mingw-w64-python-argh/PKGBUILD index 1ff43bc840..4a6dfc00a0 100644 --- a/mingw-w64-python-argh/PKGBUILD +++ b/mingw-w64-python-argh/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.29.3 +pkgver=0.29.4 pkgrel=1 pkgdesc="An unobtrusive argparse wrapper with natural syntax (mingw-w64)" arch=('any') @@ -24,7 +24,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-mock" "${MINGW_PACKAGE_PREFIX}-python-iocapture") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('58e438ce9169aaa2e6de147e3ceb34ceacfe26556a2306f50e2d46f52779acb1') +sha256sums=('695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7') prepare() { cd "${srcdir}"