diff --git a/python/python-pytest-examples/.SRCINFO b/python/python-pytest-examples/.SRCINFO index 80d475e289..c385d3df2a 100644 --- a/python/python-pytest-examples/.SRCINFO +++ b/python/python-pytest-examples/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pytest-examples pkgdesc = Pytest plugin for testing examples in docstrings and markdown files pkgver = 0.0.13 - pkgrel = 1 + pkgrel = 2 url = https://github.com/pydantic/pytest-examples arch = any license = MIT diff --git a/python/python-pytest-examples/PKGBUILD b/python/python-pytest-examples/PKGBUILD index 0dc31eda3b..cdf6cf03ab 100644 --- a/python/python-pytest-examples/PKGBUILD +++ b/python/python-pytest-examples/PKGBUILD @@ -4,7 +4,7 @@ _name=pytest-examples pkgname=python-pytest-examples pkgver=0.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Pytest plugin for testing examples in docstrings and markdown files" arch=(any) url="https://github.com/pydantic/pytest-examples"