mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
extra/python-debugpy to 1.8.9-1
This commit is contained in:
parent
a4f51f0ff5
commit
e9b37bec9c
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-debugpy
|
||||
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
||||
pkgver = 1.8.8
|
||||
pkgver = 1.8.9
|
||||
pkgrel = 1
|
||||
url = https://aka.ms/debugpy
|
||||
arch = x86_64
|
||||
|
@ -14,7 +14,7 @@ pkgbase = python-debugpy
|
|||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = python
|
||||
source = git+https://github.com/microsoft/debugpy#tag=v1.8.8
|
||||
sha256sums = 3eb5aa7012add2e0dc242c9fc99fa77d462caa7e417634c03eefec600e949525
|
||||
source = git+https://github.com/microsoft/debugpy#tag=v1.8.9
|
||||
sha256sums = d6f9e5ecfcf95d7993baf08402d37ea89d6bfe43b73defdfde7440d1a988688d
|
||||
|
||||
pkgname = python-debugpy
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.8.8
|
||||
pkgver=1.8.9
|
||||
pkgrel=1
|
||||
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
||||
arch=(x86_64)
|
||||
|
@ -22,7 +22,7 @@ makedepends=(cython
|
|||
python-setuptools
|
||||
python-wheel)
|
||||
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
|
||||
sha256sums=('3eb5aa7012add2e0dc242c9fc99fa77d462caa7e417634c03eefec600e949525')
|
||||
sha256sums=('d6f9e5ecfcf95d7993baf08402d37ea89d6bfe43b73defdfde7440d1a988688d')
|
||||
|
||||
build() {
|
||||
cd $_pipname
|
||||
|
|
Loading…
Reference in a new issue