diff --git a/mingw-w64-python-oslo-config/PKGBUILD b/mingw-w64-python-oslo-config/PKGBUILD index 1c3bb74f1c..83a4d5e9e2 100644 --- a/mingw-w64-python-oslo-config/PKGBUILD +++ b/mingw-w64-python-oslo-config/PKGBUILD @@ -6,7 +6,7 @@ pkgname=( "${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=6.12.0 +pkgver=8.0.0 pkgrel=1 pkgdesc="parsing command line arguments and .ini style configuration files (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-oslotest" options=('staticlibs' 'strip' '!debug') install=${_realname}3-${CARCH}.install source=("${_realname}-${pkgver}.tar.gz::https://github.com/openstack/oslo.config/archive/${pkgver}.tar.gz") -sha512sums=('8a7fd522c6535a2b5e0863a1c839dda28cecd246b1c245181b523d5ca2eff32f5e27bb3fbaac60aa415fe3572310c6357bc6bff37cd842b88ce78e563c9f5e76') +sha512sums=('806b6afdfe0e1c2a12fa936c390d3cbb6ad37515beecc4f8a1317537828326d591b247d3482f9fa836c7e7ed1ca872a9db0c01132ba6245ab31670505a94f668') prepare() { cd "${srcdir}/oslo.config-${pkgver}"