Date: Saturday, May 6, 2023 @ 19:44:43
  Author: alerque
Revision: 1459108

upgpkg: python-pylint 2.17.4-1

Modified:
  python-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 19:36:14 UTC (rev 1459107)
+++ PKGBUILD    2023-05-06 19:44:43 UTC (rev 1459108)
@@ -7,8 +7,8 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.17.3
-pkgrel=2
+pkgver=2.17.4
+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=('4424866476f7af8ffa62b63b62bb7887e87483f52f48b9998ecfde6a179efe78')
+sha256sums=('a4be4ce65a5ab900fec8a6f38670e84c9720cb1b611991845c2c5ff136afb794')
 
 prepare() {
        cd "$_archive"

Reply via email to