mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-debugpy to 1.6.2-1
This commit is contained in:
parent
41eb8e939e
commit
940448590f
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.1
|
pkgver=1.6.2
|
||||||
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)
|
||||||
|
@ -16,7 +16,7 @@ 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
|
||||||
fix-build.patch)
|
fix-build.patch)
|
||||||
sha256sums=('1c8cea3de71ff3cce5887a8d459579d6b6c4d455b3dbb70e02c7f2e463bf869e'
|
sha256sums=('61451ed568da9b8f381d89ea93a5bbec212e593cdd682d37f0ec46973678b969'
|
||||||
'a86e1e1a5a4d7a585c8185721863f563233b680c36fa35d65bfbff11abd519bc')
|
'a86e1e1a5a4d7a585c8185721863f563233b680c36fa35d65bfbff11abd519bc')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue