mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/python-debugpy to 1.6.0-1
This commit is contained in:
parent
de52e14a43
commit
fd1ddd24f8
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.5.1
|
||||
pkgrel=3
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
||||
arch=(x86_64)
|
||||
url='https://aka.ms/debugpy'
|
||||
|
@ -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=('86c8a957269a49fe5955f47233609b896ac48033e4f5e94c5b5a908f7230cf19')
|
||||
sha256sums=('2312bda693be2e5581585349a4a1202d0071bc20cce9ac008cd84716e97f7a55')
|
||||
|
||||
prepare() {
|
||||
cd $_pipname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue