community/python-debugpy to 1.6.3-1

This commit is contained in:
David Beauchamp 2022-08-27 10:50:06 -04:00
parent 1f37c2c975
commit 36543755e0

View file

@ -6,8 +6,8 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.2
pkgrel=2
pkgver=1.6.3
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
url='https://aka.ms/debugpy'
@ -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=('0fb0b9bdb935b8c129b3cde2b0388d9e47d521e092f8e5b05e5ec5333502ab54'
sha256sums=('ddc10bf05903d1b4037a5ba7a511b0c5f188bdaf8f1c95a0bace505a9ce709fc'
'a86e1e1a5a4d7a585c8185721863f563233b680c36fa35d65bfbff11abd519bc')
prepare() {