diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index b8f06b05..2c645867 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=7.4.3 -pkgrel=2 +pkgver=7.4.4 +pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") conflicts=("python3-pytest") @@ -22,7 +22,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=('e3d3070c99b8a2570b2dd5e7507b8ecbb608f889027745c82181d33ad4de5280') +sha256sums=('4f4e35d86a155fe870137979829b7a916bffffb570b0d5dab0429e0fdc37dc8e') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}