From 0039fb0df95ee8b0296c4ccf3e44a34abf7caaa3 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 30 Jul 2019 11:35:12 +0300 Subject: [PATCH] python-coverage: Update to 4.5.4 --- mingw-w64-python-coverage/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-coverage/PKGBUILD b/mingw-w64-python-coverage/PKGBUILD index bd82ca2530..5693097cbd 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}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.5.3 +pkgver=4.5.4 pkgrel=1 pkgdesc="Code coverage measurement for Python (mingw-w64)" arch=('any') @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-setuptools") source=("${_realname}-${pkgver}.tar.gz::https://github.com/nedbat/coveragepy/archive/coverage-${pkgver}.tar.gz") -sha256sums=('8bd8f586e695be37ba12b415664b1cd296c3a19fb90a403f9696cc701e7ab457') +sha256sums=('2234feba7b3cbfe71ed54c6b752b50fd365f4c6c49301b1fb1ad490aaaf4faad') prepare() { cd "${srcdir}"