diff --git a/mingw-w64-python-tqdm/PKGBUILD b/mingw-w64-python-tqdm/PKGBUILD index f736508a7b..a042097bee 100644 --- a/mingw-w64-python-tqdm/PKGBUILD +++ b/mingw-w64-python-tqdm/PKGBUILD @@ -3,8 +3,8 @@ _realname=tqdm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.59.0 -pkgrel=2 +pkgver=4.60.0 +pkgrel=1 pkgdesc='Fast, Extensible Progress Meter (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64') @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=("${_realname}-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha256sums=('a4239d147bb6d2f6480e33619ba4f04136934d9df006b5401bea8deb49ab4e87') +sha256sums=('f3582fa056c5862c97c881dff0c2d10f9f80f4387953a122bec6c38a9a89d3c3') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver