From a4aa5e5ceecff92312fbcb3e36d0d42402dbca18 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 28 Nov 2018 10:38:53 +0300 Subject: [PATCH] python3-pylint: Update to 2.2.1 --- mingw-w64-python3-pylint/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python3-pylint/PKGBUILD b/mingw-w64-python3-pylint/PKGBUILD index 1e5a9d718c..f85a45c437 100644 --- a/mingw-w64-python3-pylint/PKGBUILD +++ b/mingw-w64-python3-pylint/PKGBUILD @@ -3,7 +3,7 @@ _realname=pylint pkgbase=mingw-w64-python3-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.1.1 +pkgver=2.2.1 pkgrel=1 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-tk: Pylint GUI" "${MINGW_PACKAGE_PREFIX}-graphviz: To have other output formats than dot or vcg") options=('staticlibs' 'strip' '!debug') source=("${_realname}-$pkgver.tar.gz"::"https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz") -sha512sums=('cb64c85418a893d87f635fb07a00343cb5933646a9a240cae948c75e3509a519c3d66ce801591ae5ef79736682b8aa1ae8d9f06e23a3853ad620b7f763677bd9') +sha512sums=('9e556df190344206deb9494ffa806afb818977b0095ed92b8b5c439f1f70e7177909f0ae7521e25f477dcda58c7c070c58b125e90856fbe3a722b7808ccb6c21') # Helper macros to help make tasks easier # apply_patch_with_msg() {