diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index efa4937c..c3fe4696 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=8.2.2 -pkgrel=3 +pkgver=8.3.3 +pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") conflicts=("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=('b723da0ef5c624aad539e65c6d5381289c84c2977045e365813338318474d433') +sha256sums=('41a038c4289c451cd3d9863e22dbb16ade54962774377489777b78d062592aa3') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}