mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/python-debugpy to 1.6.2-2
This commit is contained in:
parent
8545471d44
commit
ca8098efc5
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.6.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
||||
arch=(x86_64)
|
||||
url='https://aka.ms/debugpy'
|
||||
|
@ -16,7 +16,7 @@ depends=(python)
|
|||
makedepends=(python-setuptools)
|
||||
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz
|
||||
fix-build.patch)
|
||||
sha256sums=('61451ed568da9b8f381d89ea93a5bbec212e593cdd682d37f0ec46973678b969'
|
||||
sha256sums=('0fb0b9bdb935b8c129b3cde2b0388d9e47d521e092f8e5b05e5ec5333502ab54'
|
||||
'a86e1e1a5a4d7a585c8185721863f563233b680c36fa35d65bfbff11abd519bc')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue