summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-12-02 17:35:26 +1000
committerMark Blakeney2023-12-02 17:35:26 +1000
commitef4b2bfaf81e0e693f95965659525a21a411a29f (patch)
treee1ce80915851b2227e1139ea3591b1330648e691
parente61e1d816277588a74250600fe19a57d253a3bd8 (diff)
downloadaur-debugpy-run.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436c4fc042a8..98f50829d9a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debugpy-run
pkgdesc = Finds and runs debugpy for VS Code "remote attach" command line debugging
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/bulletmark/debugpy-run
arch = any
@@ -12,7 +12,7 @@ pkgbase = debugpy-run
makedepends = python-setuptools-scm
depends = python>=3.6
depends = python-packaging
- source = debugpy-run-1.7.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.7.tar.gz
- sha1sums = 5d63508bf16409a865ed3a434414fae0144323e6
+ source = debugpy-run-1.8.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.8.tar.gz
+ sha1sums = a8783eec154c7259e2a9c674ab0cb97c240008d7
pkgname = debugpy-run
diff --git a/PKGBUILD b/PKGBUILD
index 4208a84bb2de..ce8df2520269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=debugpy-run
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Finds and runs debugpy for VS Code "remote attach" command line debugging'
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python>=3.6" "python-packaging")
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('5d63508bf16409a865ed3a434414fae0144323e6')
+sha1sums=('a8783eec154c7259e2a9c674ab0cb97c240008d7')
build() {
cd "$srcdir/$pkgname-$pkgver"