Date: Friday, March 3, 2023 @ 10:59:35 Author: alerque Revision: 1409380
upgpkg: python-pylint 2.16.3-1 Modified: python-pylint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-03 10:42:46 UTC (rev 1409379) +++ PKGBUILD 2023-03-03 10:59:35 UTC (rev 1409380) @@ -7,8 +7,8 @@ _pyname=pylint pkgname=python-$_pyname -pkgver=2.16.2 -pkgrel=2 +pkgver=2.16.3 +pkgrel=1 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality' arch=(any) url=https://pylint.pycqa.org @@ -35,7 +35,7 @@ optdepends=('graphviz: Enable output formats other than dot or vcg') _archive="$_pyname-$pkgver" source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('55e7cb236f706807bfecd2e3d710e98fb5657adffb5c8ef7fd7eb843c41c5841') +sha256sums=('f04a6b4561cfe351babb3b3c5dc6da0e61a39e358f9f0a600209545fd1f76ee1') prepare() { cd "$_archive"
