Skip to content

Commit 289e851

Browse files
committed
python-stevedore: update to 5.4.0
1 parent dd34c5a commit 289e851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-stevedore/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=stevedore
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=5.2.0
7-
pkgrel=2
6+
pkgver=5.4.0
7+
pkgrel=1
88
pkgdesc="Manage dynamic plugins for Python applications (mingw-w64)"
99
arch=('any')
1010
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
1919
"${MINGW_PACKAGE_PREFIX}-python-pbr"
2020
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
2121
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
22-
sha256sums=('46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d')
22+
sha256sums=('79e92235ecb828fe952b6b8b0c6c87863248631922c8e8e0fa5b17b232c4514d')
2323

2424
prepare() {
2525
pushd "${_realname}-${pkgver}"

0 commit comments

Comments
 (0)