summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-08-14 09:16:16 +1000
committerMark Blakeney2019-08-14 09:16:16 +1000
commitd0b8121fe60788d976d28256be3e3c80fdc1aa40 (patch)
tree00c07f0322a54412c38dcad53897d21ceda26870
parent256ba9feb2a9240dc4cf87e36c9f01a4cff5b644 (diff)
downloadaur-d0b8121fe60788d976d28256be3e3c80fdc1aa40.tar.gz
Update to 4.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e771a5c5bd4f..0cfe415c66b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-ptvsd
pkgdesc = Python debugger package for use with Visual Studio and Visual Studio Code
- pkgver = 4.3.1
+ pkgver = 4.3.2
pkgrel = 1
url = https://github.com/microsoft/ptvsd
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python>=3.4
- source = python-ptvsd-4.3.1.tar.gz::https://github.com/microsoft/ptvsd/archive/v4.3.1.tar.gz
- sha1sums = 9c19343098cf4dd574b536e2c09fccec9b656ace
+ source = python-ptvsd-4.3.2.tar.gz::https://github.com/microsoft/ptvsd/archive/v4.3.2.tar.gz
+ sha1sums = 0ea052d12c5f78e676194c8ef3a476fe76d29ea8
pkgname = python-ptvsd
diff --git a/PKGBUILD b/PKGBUILD
index a19fe50114f5..ac0f97e74f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
_pkgname=ptvsd
pkgname=python-$_pkgname
-pkgver=4.3.1
+pkgver=4.3.2
pkgrel=1
pkgdesc="Python debugger package for use with Visual Studio and Visual Studio Code"
url="https://github.com/microsoft/$_pkgname"
@@ -10,7 +10,7 @@ arch=("x86_64")
depends=("python>=3.4")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha1sums=('9c19343098cf4dd574b536e2c09fccec9b656ace')
+sha1sums=('0ea052d12c5f78e676194c8ef3a476fe76d29ea8')
# These are python2 files required for legacy support of the package on
# non-Arch systems. These all fail to byte-compile which causes package