mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/python-debugpy to 1.8.0-1
This commit is contained in:
parent
eae4898cd1
commit
44cbfdf824
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.7.0
|
||||
pkgver=1.8.0
|
||||
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=('828cb2daa1aebe673281bba40772680776d2b99faf143c6c80eb6df66e3e258d')
|
||||
sha256sums=('0adfbfd9a7df6b21f2ef084c070c99cfd6e0bc8aeee72976ddcbcbfbac1674bb')
|
||||
|
||||
prepare() {
|
||||
cd $_pipname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue