Date: Tuesday, March 30, 2021 @ 16:23:02 Author: felixonmars Revision: 411290
upgpkg: python-pylint 2.7.4-1 Modified: python-pylint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-30 15:53:17 UTC (rev 411289) +++ PKGBUILD 2021-03-30 16:23:02 UTC (rev 411290) @@ -4,7 +4,7 @@ # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=python-pylint -pkgver=2.7.3 +pkgver=2.7.4 pkgrel=1 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" arch=('any') @@ -16,7 +16,7 @@ optdepends=('tk: Pylint GUI' 'graphviz: To have other output formats than dot or vcg') source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz") -sha512sums=('d57e637d42dc385b049b7a7c2e7649a77ce82e93c6879c672ffc463d19e8c1588c76bcdfe19c0b086faf8090a5df75f7bb192fcc41fe2e2482886aceef807c6a') +sha512sums=('3ca73bac41bc84ad4277fa48e7b23de2eba717ef52787bd091fc681cbba748095cbe4e6b79f5518aaf2a6a7f03c86880b2e72e1b0da7afcfdf78dde37584144f') build() { cd pylint-pylint-$pkgver