summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-08-13 07:26:22 +1000
committerMark Blakeney2019-08-13 07:26:22 +1000
commit256ba9feb2a9240dc4cf87e36c9f01a4cff5b644 (patch)
treecfce826e09314aaca9e4e95d6729b59ef607da12
parent5cf6ff96619e9163f81dd17f0260b06b16313d65 (diff)
downloadaur-256ba9feb2a9240dc4cf87e36c9f01a4cff5b644.tar.gz
Update to 4.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2e35dc98ef..e771a5c5bd4f 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.0
+ pkgver = 4.3.1
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.0.tar.gz::https://github.com/microsoft/ptvsd/archive/v4.3.0.tar.gz
- sha1sums = a13b9deea2090637bcfb85630cb8954c23500fdb
+ source = python-ptvsd-4.3.1.tar.gz::https://github.com/microsoft/ptvsd/archive/v4.3.1.tar.gz
+ sha1sums = 9c19343098cf4dd574b536e2c09fccec9b656ace
pkgname = python-ptvsd
diff --git a/PKGBUILD b/PKGBUILD
index 0cdaffe09a5f..a19fe50114f5 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.0
+pkgver=4.3.1
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=('a13b9deea2090637bcfb85630cb8954c23500fdb')
+sha1sums=('9c19343098cf4dd574b536e2c09fccec9b656ace')
# These are python2 files required for legacy support of the package on
# non-Arch systems. These all fail to byte-compile which causes package