From 8ce9f283e74e49dd32c662146f39132cfe0cc239 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 27 Apr 2024 15:59:07 +0000 Subject: [PATCH] extra/python-debugpy to 1.8.1-2 --- extra/python-debugpy/.SRCINFO | 2 +- extra/python-debugpy/.nvchecker.toml | 3 +++ extra/python-debugpy/PKGBUILD | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 extra/python-debugpy/.nvchecker.toml 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'