mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.6.5
|
||||
pkgver=1.6.6
|
||||
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=('c984dba0d575307d532a1cc87b1a0e147a99a4e6e6700d680b680948427d19e7')
|
||||
sha256sums=('2a6668264c68a0bf653fdd5596a49700130eb16ddefed484f9c6ed8ded8fab22')
|
||||
|
||||
prepare() {
|
||||
cd $_pipname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue