summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2021-09-20 09:20:52 +1000
committerMark Blakeney2021-09-20 09:20:52 +1000
commit5402fb21e6247d9606a3051d1b871c256eb8f60b (patch)
treef99bc7a9361dad483c2a151e6f47b166bcec1f8f /PKGBUILD
parent079fafa4abbe59949b4f3d0ce4234a866051fd1a (diff)
downloadaur-5402fb21e6247d9606a3051d1b871c256eb8f60b.tar.gz
Update to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"