mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/python-debugpy to 1.6.5-1
This commit is contained in:
parent
4d9682a3ab
commit
36d23e7fe9
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.6.4
|
||||
pkgver=1.6.5
|
||||
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=('eede498ee6efde32eb3799fc57e9e279159facc11c63a66f28295f00f42efa5b')
|
||||
sha256sums=('c984dba0d575307d532a1cc87b1a0e147a99a4e6e6700d680b680948427d19e7')
|
||||
|
||||
prepare() {
|
||||
cd $_pipname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue