summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2019-08-14 09:16:16 +1000
committerMark Blakeney2019-08-14 09:16:16 +1000
commitd0b8121fe60788d976d28256be3e3c80fdc1aa40 (patch)
tree00c07f0322a54412c38dcad53897d21ceda26870 /PKGBUILD
parent256ba9feb2a9240dc4cf87e36c9f01a4cff5b644 (diff)
downloadaur-d0b8121fe60788d976d28256be3e3c80fdc1aa40.tar.gz
Update to 4.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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