summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-04-24 16:36:55 +1000
committerMark Blakeney2021-04-24 16:36:55 +1000
commitaa7b6ecca76d0070e7f5605cf911d7c54bd00348 (patch)
treee131814a216a8e8d1130680bf427f78fb77bf109
parent247b8c72cb3492396471c2861c677ced26c06727 (diff)
downloadaur-aa7b6ecca76d0070e7f5605cf911d7c54bd00348.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c388687617..b82610b52659 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.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bulletmark/debugpy-run
arch = any
@@ -8,8 +8,8 @@ pkgbase = debugpy-run
makedepends = python-pip
makedepends = python-wheel
depends = python>=3.6
- source = debugpy-run-1.0.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.0.tar.gz
- sha1sums = 01eb1bc5fd7ac43caac2d9eb3c33f4ecb86ab484
+ source = debugpy-run-1.1.tar.gz::https://github.com/bulletmark/debugpy-run/archive/1.1.tar.gz
+ sha1sums = f773a23c01b29b21131eb936576312d41012a277
pkgname = debugpy-run
diff --git a/PKGBUILD b/PKGBUILD
index 19d1d1ca7b9c..6644aacd3049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=debugpy-run
-pkgver=1.0
+pkgver=1.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=('01eb1bc5fd7ac43caac2d9eb3c33f4ecb86ab484')
+sha1sums=('f773a23c01b29b21131eb936576312d41012a277')
package() {
cd "$srcdir/$pkgname-$pkgver"