From 3ac2a1e61b88ad461ca9fed1683ea86e2b8cc8bd Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 15 Oct 2022 06:30:48 +0000 Subject: [PATCH] python-astroid: update to 2.12.11 --- mingw-w64-python-astroid/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-astroid/PKGBUILD b/mingw-w64-python-astroid/PKGBUILD index cd4e990780..60cd6a7630 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.10 +pkgver=2.12.11 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=('c9aff7231b48e8b4b9683ddf3b8941e1ae8ab887958148addb0bf765fb31139c') +sha256sums=('a391ffd6d44ea72f31dac326cec6fda5c326f5c68886b628260bfb202b7d58d4') prepare() { rm -rf "python-build-${MSYSTEM}" | true