community/python-debugpy to 1.6.6-1

This commit is contained in:
Kevin Mihelich 2023-01-20 12:32:57 +00:00
parent 15d04b61ba
commit 47c6a365f1

View file

@ -6,7 +6,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.5
pkgver=1.6.6
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
@ -15,7 +15,7 @@ license=(EPL MIT)
depends=(python)
makedepends=(python-setuptools)
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('c984dba0d575307d532a1cc87b1a0e147a99a4e6e6700d680b680948427d19e7')
sha256sums=('2a6668264c68a0bf653fdd5596a49700130eb16ddefed484f9c6ed8ded8fab22')
prepare() {
cd $_pipname-$pkgver