From e58b498688366e2674679287df2ece8d6efe53ef Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 28 Oct 2022 04:49:01 +0000 Subject: [PATCH] python-pylint: update to 2.15.5 --- 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 b7a461cb59..2954e37c9f 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.4 +pkgver=2.15.5 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=('5441e9294335d354b7bad57c1044e5bd7cce25c433475d76b440e53452fa5cb8') +sha256sums=('3b120505e5af1d06a5ad76b55d8660d44bf0f2fc3c59c2bdd94e39188ee3a4df') prepare() { rm -rf python-build-${MSYSTEM} | true