Date: Tuesday, April 25, 2023 @ 13:12:07 Author: alerque Revision: 1448658
upgpkg: python-pylint 2.17.3-1 Modified: python-pylint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-25 13:06:54 UTC (rev 1448657) +++ PKGBUILD 2023-04-25 13:12:07 UTC (rev 1448658) @@ -7,8 +7,8 @@ _pyname=pylint pkgname=python-$_pyname -pkgver=2.17.2 -pkgrel=2 +pkgver=2.17.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=('4e1052a2cf2d9c3098382e395519abaa3ebec8d5b749cad8d249cccb799adb05') +sha256sums=('4424866476f7af8ffa62b63b62bb7887e87483f52f48b9998ecfde6a179efe78') prepare() { cd "$_archive"
