diff --git a/mingw-w64-python-astroid/PKGBUILD b/mingw-w64-python-astroid/PKGBUILD index 60cd6a7630..572b411003 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.12.11 +pkgver=2.12.12 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=('a391ffd6d44ea72f31dac326cec6fda5c326f5c68886b628260bfb202b7d58d4') +sha256sums=('df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418') prepare() { rm -rf "python-build-${MSYSTEM}" | true