diff --git a/mingw-w64-python-exceptiongroup/PKGBUILD b/mingw-w64-python-exceptiongroup/PKGBUILD index 51baabd805..9a3f5be709 100644 --- a/mingw-w64-python-exceptiongroup/PKGBUILD +++ b/mingw-w64-python-exceptiongroup/PKGBUILD @@ -3,8 +3,8 @@ _realname=exceptiongroup pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.0.0rc8 -pkgrel=2 +pkgver=1.0.0rc9 +pkgrel=1 pkgdesc="Backport of PEP 654 (exception groups) (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-flit-scm") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('6990c24f06b8d33c8065cfe43e5e8a4bfa384e0358be036af9cc60b6321bd11a') +sha256sums=('9086a4a21ef9b31c72181c77c040a074ba0889ee56a7b289ff0afb0d97655f96') build() { cd "${srcdir}"