mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/python-debugpy to 1.6.6-1
This commit is contained in:
parent
15d04b61ba
commit
47c6a365f1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
_pipname=debugpy
|
_pipname=debugpy
|
||||||
pkgname=python-$_pipname
|
pkgname=python-$_pipname
|
||||||
pkgver=1.6.5
|
pkgver=1.6.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -15,7 +15,7 @@ license=(EPL MIT)
|
||||||
depends=(python)
|
depends=(python)
|
||||||
makedepends=(python-setuptools)
|
makedepends=(python-setuptools)
|
||||||
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||||
sha256sums=('c984dba0d575307d532a1cc87b1a0e147a99a4e6e6700d680b680948427d19e7')
|
sha256sums=('2a6668264c68a0bf653fdd5596a49700130eb16ddefed484f9c6ed8ded8fab22')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pipname-$pkgver
|
cd $_pipname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue