extra/python-debugpy to 1.6.8-1

This commit is contained in:
Kevin Mihelich 2023-07-27 12:35:25 +00:00
parent d2bffc953e
commit 4eea697bec

View file

@ -6,8 +6,8 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.7
pkgrel=3
pkgver=1.6.8
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
url='https://aka.ms/debugpy'
@ -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=('8734997dc43dd40fe1725baf1dd816c0ab7611d98d1f01e3f3b42631135e1354')
sha256sums=('dc4a02ec78f0b18c657357a7d16f29a93486e05a9a10e4a4b6eb2914fcb021c7')
prepare() {
cd $_pipname-$pkgver