From 5ea3caedd0a8c273b7bb6859f6fdd9bfcf39868c Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 3 Apr 2022 08:59:40 +0000 Subject: [PATCH] python-contextlib2: update to 21.6.0 --- mingw-w64-python-contextlib2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-contextlib2/PKGBUILD b/mingw-w64-python-contextlib2/PKGBUILD index 98ca4716c0..15d8c0426f 100644 --- a/mingw-w64-python-contextlib2/PKGBUILD +++ b/mingw-w64-python-contextlib2/PKGBUILD @@ -6,8 +6,8 @@ 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.6.0.post1 -pkgrel=2 +pkgver=21.6.0 +pkgrel=1 pkgdesc="contextlib2 is a backport of the standard library’s contextlib module to earlier Python versions (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -16,7 +16,7 @@ license=('PSF') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha512sums=('bd3b458b365bc1d556476f6368bc523fde07e85afdad74037aa98d7a498008103a789f6b481b606700da92606ee6477fc5a817f1596e93a6e3c548ed0d4a5bf8') +sha512sums=('a85cafaaf66c7c6a59a4e9ac757941b1a98c17e5a49e41573dc759fafbbf17928a21f582e8aaa0fdc60636413ec702e198bde19a78ac304237b6da1c3d47b730') prepare() { cd "${srcdir}"