Date: Wednesday, June 8, 2022 @ 08:22:01 Author: felixonmars Revision: 1228951
upgpkg: python-jaraco.path 3.4.0-2: fix jaraco dependency Modified: python-jaraco.path/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-08 08:21:54 UTC (rev 1228950) +++ PKGBUILD 2022-06-08 08:22:01 UTC (rev 1228951) @@ -2,12 +2,12 @@ pkgname=python-jaraco.path pkgver=3.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Miscellaneous path functions" url="https://github.com/jaraco/jaraco.path" license=('MIT') arch=('any') -depends=('python-jaraco') +depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel') checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov' 'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
