diff --git a/mingw-w64-python-astroid/PKGBUILD b/mingw-w64-python-astroid/PKGBUILD index 69575e27e2..dfeb10b40e 100644 --- a/mingw-w64-python-astroid/PKGBUILD +++ b/mingw-w64-python-astroid/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=2.11.6 +pkgver=2.12.5 pkgrel=1 pkgdesc="A common base representation of python source code for pylint and other projects (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-attrs" "${MINGW_PACKAGE_PREFIX}-python-six" "${MINGW_PACKAGE_PREFIX}-python-sphinx") source=(https://github.com/PyCQA/${_realname}/archive/v${pkgver}.tar.gz) -sha256sums=('987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2') +sha256sums=('3f2eb8f6ef55734c15e6a0caf705e96734ec7559a22dc6a7995bf8fff3b47c65') prepare() { rm -rf "python-build-${MSYSTEM}" | true