diff --git a/extra/python-debugpy/.SRCINFO b/extra/python-debugpy/.SRCINFO index 0d48ea5fb..265359562 100644 --- a/extra/python-debugpy/.SRCINFO +++ b/extra/python-debugpy/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-debugpy pkgdesc = An implementation of the Debug Adapter Protocol for Python pkgver = 1.8.1 - pkgrel = 1 + pkgrel = 2 url = https://aka.ms/debugpy arch = x86_64 license = MIT diff --git a/extra/python-debugpy/.nvchecker.toml b/extra/python-debugpy/.nvchecker.toml new file mode 100644 index 000000000..cc2ca1f52 --- /dev/null +++ b/extra/python-debugpy/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-debugpy] +source = 'pypi' +pypi = 'debugpy' diff --git a/extra/python-debugpy/PKGBUILD b/extra/python-debugpy/PKGBUILD index 13ff6e673..e94951d96 100644 --- a/extra/python-debugpy/PKGBUILD +++ b/extra/python-debugpy/PKGBUILD @@ -7,7 +7,7 @@ _pipname=debugpy pkgname=python-$_pipname pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc='An implementation of the Debug Adapter Protocol for Python' arch=(x86_64) url='https://aka.ms/debugpy'