diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 6f511573..7bfa1f27 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=7.2.1 -pkgrel=2 +pkgver=7.2.2 +pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") conflicts=("python3-pytest") @@ -23,7 +23,7 @@ makedepends=('python-build' 'python-setuptools-scm' 'python-wheel') source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('1ec21119de84f1bae0c5eb0fd31a895dcb240e63c5cc43538c16c5bdf12e4e6c') +sha256sums=('ff88059fc057dd99625d1f513cd6b9bd0969c8c1fecbfd576c0fbc277ca3cb98') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}