diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 9607387b..5ebfcf41 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=8.3.4 +pkgver=8.3.5 pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") @@ -26,7 +26,7 @@ makedepends=('python-build' 'python-setuptools' 'python-setuptools-scm') source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('3b12683459a85edca218d6c128ab2299aabd9a0c9fd046a43b7fb86080f0702c') +sha256sums=('b58e6aa58a553a54950405ad6e3005459dd8c13ecf2e1735703a3cfa5c72b381') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}