Skip to content

Commit b38704d

Browse files
lazkaAlexpux
authored andcommitted
python-coverage: Update to 4.4.2 (msys2#3359)
1 parent 1c4eda4 commit b38704d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

mingw-w64-python-coverage/PKGBUILD

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
_realname=coverage
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
6-
pkgver=4.4.1
6+
pkgver=4.4.2
77
pkgrel=1
88
pkgdesc='Code coverage measurement for Python (mingw-w64)'
99
url='https://coverage.readthedocs.io/'
1010
license=('Apache 2.0')
1111
arch=('any')
1212
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
1313
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
14-
_dtoken="36/db/690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4"
15-
source=("https://pypi.python.org/packages/${_dtoken}/${_realname}-${pkgver}.tar.gz")
16-
sha256sums=('7a9c44400ee0f3b4546066e0710e1250fd75831adc02ab99dda176ad8726f424')
14+
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
15+
sha256sums=('309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc')
1716

1817
prepare() {
1918
cd "$srcdir"/

0 commit comments

Comments
 (0)