From 62ec6292c28bf5c7c67065719ae2e47e6c3b215d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 13 Dec 2021 00:04:51 +0000 Subject: [PATCH] community/python-debugpy to 1.5.1-3 --- community/python-debugpy/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/python-debugpy/PKGBUILD b/community/python-debugpy/PKGBUILD index db318566a..027422652 100644 --- a/community/python-debugpy/PKGBUILD +++ b/community/python-debugpy/PKGBUILD @@ -7,7 +7,7 @@ _pipname=debugpy pkgname=python-$_pipname pkgver=1.5.1 -pkgrel=1 +pkgrel=3 pkgdesc='An implementation of the Debug Adapter Protocol for Python' arch=(x86_64) url='https://aka.ms/debugpy'