diff --git a/mingw-w64-python-oslo-config/PKGBUILD b/mingw-w64-python-oslo-config/PKGBUILD index 21e40abfab..c686d3575d 100644 --- a/mingw-w64-python-oslo-config/PKGBUILD +++ b/mingw-w64-python-oslo-config/PKGBUILD @@ -3,7 +3,7 @@ _realname=oslo-config pkgbase=mingw-w64-python-${_realname} pkgname=( "${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=9.8.0 +pkgver=10.0.0 pkgrel=1 pkgdesc="parsing command line arguments and .ini style configuration files (mingw-w64)" arch=('any') @@ -35,7 +35,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-oslotest" "${MINGW_PACKAGE_PREFIX}-python-oslo-log") options=(!strip) source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('eea8009504abee672137c58bdabdaba185f496b93c85add246e2cdcebe9d08aa') +sha256sums=('333e675db8c6be7715b3decf78c398ca1138439225aa274632e89314837f6ea3') prepare() { rm -rf python-build-${MSYSTEM} | true