diff --git a/mingw-w64-python-stevedore/PKGBUILD b/mingw-w64-python-stevedore/PKGBUILD index da78cec751..08787ed406 100644 --- a/mingw-w64-python-stevedore/PKGBUILD +++ b/mingw-w64-python-stevedore/PKGBUILD @@ -3,12 +3,14 @@ _realname=stevedore pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=5.4.1 +pkgver=5.5.0 pkgrel=1 pkgdesc="Manage dynamic plugins for Python applications (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( + 'archlinux: python-stevedore' + 'gentoo: dev-python/stevedore' 'purl: pkg:pypi/stevedore' ) url='https://github.com/openstack/stevedore' @@ -19,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-pbr" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('3135b5ae50fe12816ef291baff420acb727fcd356106e3e9cbfa9e5985cd6f4b') +sha256sums=('d31496a4f4df9825e1a1e4f1f74d19abb0154aff311c3b376fcc89dae8fccd73') prepare() { pushd "${_realname}-${pkgver}"