community/python-debugpy to 1.6.2-1

This commit is contained in:
Kevin Mihelich 2022-07-08 13:49:50 +00:00
parent 41eb8e939e
commit 940448590f

View file

@ -6,7 +6,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.1
pkgver=1.6.2
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
@ -16,7 +16,7 @@ depends=(python)
makedepends=(python-setuptools)
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz
fix-build.patch)
sha256sums=('1c8cea3de71ff3cce5887a8d459579d6b6c4d455b3dbb70e02c7f2e463bf869e'
sha256sums=('61451ed568da9b8f381d89ea93a5bbec212e593cdd682d37f0ec46973678b969'
'a86e1e1a5a4d7a585c8185721863f563233b680c36fa35d65bfbff11abd519bc')
prepare() {