summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-04-02 10:08:57 +1000
committerMark Blakeney2022-04-02 10:08:57 +1000
commit9f1a60d8f2d1e39a9a6e03c9a014b1bce3c503de (patch)
tree0b60a6e02e5ec7165eb3129f9d967ca85aaf691f
parent5402fb21e6247d9606a3051d1b871c256eb8f60b (diff)
downloadaur-9f1a60d8f2d1e39a9a6e03c9a014b1bce3c503de.tar.gz
Update to 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664f97a28e3a..b82a1a4c1fc1 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.3.1
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/bulletmark/debugpy-run
arch = any
@@ -8,7 +8,7 @@ pkgbase = debugpy-run
makedepends = python-pip
makedepends = python-wheel
depends = python>=3.6
- source = debugpy-run-1.3.1.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.3.1.tar.gz
- sha1sums = ba1daf40930c7d691cc97b049d3d2b6283e9a87d
+ source = debugpy-run-1.4.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.4.tar.gz
+ sha1sums = 25df346fb0737522a0b91696ae27d576045f76c0
pkgname = debugpy-run
diff --git a/PKGBUILD b/PKGBUILD
index c5d948454cfe..f40197acce28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=debugpy-run
-pkgver=1.3.1
+pkgver=1.4
pkgrel=1
pkgdesc='Finds and runs debugpy for VS Code "remote attach" command line debugging'
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=("any")
depends=("python>=3.6")
makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('ba1daf40930c7d691cc97b049d3d2b6283e9a87d')
+sha1sums=('25df346fb0737522a0b91696ae27d576045f76c0')
package() {
cd "$srcdir/$pkgname-$pkgver"