From 923768d8a20331a10bda25e15907d1a79129bc16 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 17 Jul 2022 21:01:27 +0000 Subject: [PATCH] python-coverage: update to 6.4.2 --- mingw-w64-python-coverage/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-coverage/PKGBUILD b/mingw-w64-python-coverage/PKGBUILD index 1ec7a07288..ae7ec1cf1e 100644 --- a/mingw-w64-python-coverage/PKGBUILD +++ b/mingw-w64-python-coverage/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=6.3.2 -pkgrel=2 +pkgver=6.4.2 +pkgrel=1 pkgdesc="Code coverage measurement for Python (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -16,7 +16,7 @@ license=('Apache 2.0') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") source=("${_realname}-${pkgver}.tar.gz::https://github.com/nedbat/coveragepy/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('9c59f138b335f1cc60ff0b0bc623d7e9051f042e0068285b6c6fbc7f891da2cf') +sha256sums=('c932f2f47b84c1ea602b18dac85c722e72c61651a6e6bdc399e30a998d5c9ac3') prepare() { cd "${srcdir}"