From c679305b080674c925a78a3342e59ad1dbd8f017 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 22 Mar 2023 18:21:53 +0000 Subject: [PATCH] python-pylint: update to 2.17.1 --- 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 d09ad1c707..ae4b87d921 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.17.0 +pkgver=2.17.1 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=('1460829b6397cb5eb0cdb0b4fc4b556348e515cdca32115f74a1eb7c20b896b4') +sha256sums=('d4d009b0116e16845533bc2163493d6681846ac725eab8ca8014afb520178ddd') prepare() { rm -rf python-build-${MSYSTEM} | true