mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/python-debugpy to 1.8.2-1
This commit is contained in:
parent
ef3f31fa3f
commit
b2cdde1e61
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-debugpy
|
||||
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
||||
pkgver = 1.8.1
|
||||
pkgrel = 3
|
||||
pkgver = 1.8.2
|
||||
pkgrel = 1
|
||||
url = https://aka.ms/debugpy
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
@ -14,7 +14,7 @@ pkgbase = python-debugpy
|
|||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = python
|
||||
source = git+https://github.com/microsoft/debugpy#tag=v1.8.1
|
||||
sha256sums = 41cd4bf27887e8bd431555c9107f55f61fd359cb794a0867b615cb1cc284dd0d
|
||||
source = git+https://github.com/microsoft/debugpy#tag=v1.8.2
|
||||
sha256sums = f8bcf4bb3a2d461e725c53d7372925a3773cfcf17fb276a0a00f6f446e34bed6
|
||||
|
||||
pkgname = python-debugpy
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.8.1
|
||||
pkgrel=3
|
||||
pkgver=1.8.2
|
||||
pkgrel=1
|
||||
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
||||
arch=(x86_64)
|
||||
url='https://aka.ms/debugpy'
|
||||
|
@ -22,7 +22,7 @@ makedepends=(cython
|
|||
python-setuptools
|
||||
python-wheel)
|
||||
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
|
||||
sha256sums=('41cd4bf27887e8bd431555c9107f55f61fd359cb794a0867b615cb1cc284dd0d')
|
||||
sha256sums=('f8bcf4bb3a2d461e725c53d7372925a3773cfcf17fb276a0a00f6f446e34bed6')
|
||||
|
||||
prepare() {
|
||||
cd $_pipname
|
||||
|
|
Loading…
Reference in a new issue