From 175b9013e293a5e7362a0ab9c8e46fc0c7a9e414 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 30 Nov 2022 20:12:50 +0000 Subject: [PATCH] python-pylint: update to 2.15.7 --- 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 e6c6b480e9..a9a44e6c57 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.15.6 +pkgver=2.15.7 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=('25b13ddcf5af7d112cf96935e21806c1da60e676f952efb650130f2a4483421c') +sha256sums=('91e4776dbcb4b4d921a3e4b6fec669551107ba11f29d9199154a01622e460a57') prepare() { rm -rf python-build-${MSYSTEM} | true