summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2023-12-02 17:35:26 +1000
committerMark Blakeney2023-12-02 17:35:26 +1000
commitef4b2bfaf81e0e693f95965659525a21a411a29f (patch)
treee1ce80915851b2227e1139ea3591b1330648e691 /PKGBUILD
parente61e1d816277588a74250600fe19a57d253a3bd8 (diff)
downloadaur-ef4b2bfaf81e0e693f95965659525a21a411a29f.tar.gz
Update to 1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"