| author | David Runge
<dvzrv@archlinux.org> 2022-06-08 15:56:34 UTC |
| committer | David Runge
<dvzrv@archlinux.org> 2022-06-08 15:56:34 UTC |
| parent | 2bb1646439d50581198d1d37c963f9d9bd38f8a6 |
| PKGBUILD | +3 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index deefc6f..117ebdc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-jaraco.classes pkgver=3.2.1 -pkgrel=2 +pkgrel=3 pkgdesc='Module for classes manipulation' arch=('any') url='https://github.com/jaraco/jaraco.classes' @@ -13,6 +13,8 @@ makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-w checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov' 'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy' 'python-pip') +conflicts=(python-jaraco) +replaces=(python-jaraco) source=("https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-$pkgver.tar.gz") sha512sums=('4c85cfdd1da88de01596867365147be6cadd7e1d230798683236fdfde579747e3309aac95ae4f3ef86c91bb4493f3096c4ecc14e3db764ef308aab41ead88e23')