community/python-debugpy to 1.5.1-1

This commit is contained in:
Kevin Mihelich 2021-10-19 00:34:24 +00:00
parent 5814067391
commit febe1f224f

View file

@ -6,7 +6,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.5.0
pkgver=1.5.1
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=('13b85f3d498f270ea0ea421ee7ca55319cdc5f4cf49d00ede58990a152c2576b')
sha256sums=('86c8a957269a49fe5955f47233609b896ac48033e4f5e94c5b5a908f7230cf19')
prepare() {
cd $_pipname-$pkgver