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() {