summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-09-20 09:20:52 +1000
committerMark Blakeney2021-09-20 09:20:52 +1000
commit5402fb21e6247d9606a3051d1b871c256eb8f60b (patch)
treef99bc7a9361dad483c2a151e6f47b166bcec1f8f
parent079fafa4abbe59949b4f3d0ce4234a866051fd1a (diff)
downloadaur-5402fb21e6247d9606a3051d1b871c256eb8f60b.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635751700e87..664f97a28e3a 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
+ pkgver = 1.3.1
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.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.3.tar.gz
- sha1sums = 767575c17d05f354fa4947458880ba53c4094e18
+ source = debugpy-run-1.3.1.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.3.1.tar.gz
+ sha1sums = ba1daf40930c7d691cc97b049d3d2b6283e9a87d
pkgname = debugpy-run
diff --git a/PKGBUILD b/PKGBUILD
index 895f39413000..c5d948454cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=debugpy-run
-pkgver=1.3
+pkgver=1.3.1
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=('767575c17d05f354fa4947458880ba53c4094e18')
+sha1sums=('ba1daf40930c7d691cc97b049d3d2b6283e9a87d')
package() {
cd "$srcdir/$pkgname-$pkgver"