Date: Tuesday, August 31, 2021 @ 20:03:27 Author: alerque Revision: 1010219
upgpkg: python-pylint 2.10.2-2; add missing dependency Fixes FS#71901 Modified: python-pylint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-31 19:33:16 UTC (rev 1010218) +++ PKGBUILD 2021-08-31 20:03:27 UTC (rev 1010219) @@ -7,7 +7,7 @@ _pyname=pylint pkgname=python-$_pyname pkgver=2.10.2 -pkgrel=1 +pkgrel=2 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality' arch=(any) url=https://pylint.org @@ -14,11 +14,11 @@ license=(GPL) depends=(python python-astroid + python-isort python-platformdirs) makedepends=(python-setuptools python-sphinx) checkdepends=(mpdecimal - python-isort python-mccabe python-toml python-pytest)