From 905284a2debec7fd6fc6119dc2a32c8f4ef5741a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 27 Mar 2022 18:29:12 +0530 Subject: [PATCH] python-pathlib2: update to 2.3.7 --- mingw-w64-python-pathlib2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pathlib2/PKGBUILD b/mingw-w64-python-pathlib2/PKGBUILD index b516f4e7c4..13b4fab351 100644 --- a/mingw-w64-python-pathlib2/PKGBUILD +++ b/mingw-w64-python-pathlib2/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=2.3.6 +pkgver=2.3.7 pkgrel=1 pkgdesc="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way (mingw-w64)" url="https://pypi.org/project/pathlib2/" @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-scandir") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.io/packages/source/p/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('7d8bcb5555003cdf4a8d2872c538faa3a0f5d20630cb360e518ca3b981795e5f') +sha256sums=('7a4329d67beff9a712e1d3ae147e4e3e108b0bfd284ffdea03a635126c76b3c0') prepare() { rm -rf "python-build-${MSYSTEM}" | true