From ff2017ac8ff8c299afd79d14e64bdb6db6d1fd14 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 2 Sep 2022 10:46:28 +0000 Subject: [PATCH] python-pylint: update to 2.15.0 --- mingw-w64-python-pylint/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pylint/PKGBUILD b/mingw-w64-python-pylint/PKGBUILD index 5a92f0fcb6..5dbc521fc7 100644 --- a/mingw-w64-python-pylint/PKGBUILD +++ b/mingw-w64-python-pylint/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.14.5 +pkgver=2.15.0 pkgrel=1 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality (mingw-w64)" arch=('any') @@ -34,7 +34,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-tk: Pylint GUI" "${MINGW_PACKAGE_PREFIX}-graphviz: To have other output formats than dot or vcg") options=('!strip') source=("${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e') +sha256sums=('4f3f7e869646b0bd63b3dfb79f3c0f28fc3d2d923ea220d52620fd625aed92b0') prepare() { rm -rf python-build-${MSYSTEM} | true