From e95bd9bd7aef499c4391beba0cdf8fbe4f7ab6ad Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 20 Oct 2024 06:22:33 +0000 Subject: [PATCH] python-coverage: update to 7.6.3 --- mingw-w64-python-coverage/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-coverage/PKGBUILD b/mingw-w64-python-coverage/PKGBUILD index 3bf35e9b6b..5dd9926ae3 100644 --- a/mingw-w64-python-coverage/PKGBUILD +++ b/mingw-w64-python-coverage/PKGBUILD @@ -3,7 +3,7 @@ _realname=coverage pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=7.6.1 +pkgver=7.6.3 pkgrel=1 pkgdesc="Code coverage measurement for Python (mingw-w64)" arch=('any') @@ -17,11 +17,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools" - "${MINGW_PACKAGE_PREFIX}-python-wheel" "${MINGW_PACKAGE_PREFIX}-cc") -options=(!strip) +options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d') +sha256sums=('bb7d5fe92bd0dc235f63ebe9f8c6e0884f7360f88f3411bfed1350c872ef2054') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"