From 534a5ca2d48cc76f421a8bb50df16157f44eaea0 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 4 May 2022 12:06:22 +0530 Subject: [PATCH] python-pylint: update to 2.13.8 --- 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 f70f4ff381..8460c10e45 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.13.5 +pkgver=2.13.8 pkgrel=1 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality (mingw-w64)" arch=('any') @@ -30,7 +30,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-mpdecimal" optdepends=("${MINGW_PACKAGE_PREFIX}-tk: Pylint GUI" "${MINGW_PACKAGE_PREFIX}-graphviz: To have other output formats than dot or vcg") source=("${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b') +sha256sums=('ced8968c3b699df0615e2a709554dec3ddac2f5cd06efadb69554a69eeca364a') prepare() { rm -rf python-build-${MSYSTEM} | true