diff --git a/PKGBUILD b/PKGBUILD index 3b37bcf72..4edd75480 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,19 +2,19 @@ pkgname=python-pytest-cov _pyname=${pkgname#*-} -pkgver=6.1.1 +pkgver=7.0.0 pkgrel=1 pkgdesc='Coverage plugin for pytest' url='https://pytest-cov.readthedocs.io/en/latest/' arch=(any) license=(MIT) depends=(python python-coverage python-pytest) -makedepends=(python-build python-installer python-setuptools python-wheel) +makedepends=(python-build python-installer python-hatchling python-hatch-fancy-pypi-readme) # Missing python-process-tests python-virtualenv # checkdepends=(python-fields python-pytest python-pytest-xdist # python-process-tests python-virtualenv python) source=("https://github.com/pytest-dev/pytest-cov/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('5fa3b3df2565ddcc3180e0383486c8fb6973656b3790951aaf6ddd8598c6089a') +sha256sums=('1cdb87c01ae41c57ff173c2bdf6a03085f8713c2d4ef8af795f60826d62eee1a') build() { cd "$_pyname-$pkgver"