summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-11-15 07:51:46 +1000
committerMark Blakeney2019-11-15 07:51:46 +1000
commit8363cffd054b0c3a053c3f29d51f263d1cb594fe (patch)
tree6653ff88b68dae91bec8b3de41e6f8cbf01b71d2
parentd0b8121fe60788d976d28256be3e3c80fdc1aa40 (diff)
downloadaur-8363cffd054b0c3a053c3f29d51f263d1cb594fe.tar.gz
Bump version to force rebuild for Python 3.8.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cfe415c66b7..73a8b0c06fcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ptvsd
pkgdesc = Python debugger package for use with Visual Studio and Visual Studio Code
pkgver = 4.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/ptvsd
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ac0f97e74f7e..541e31eb1ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ptvsd
pkgname=python-$_pkgname
pkgver=4.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Python debugger package for use with Visual Studio and Visual Studio Code"
url="https://github.com/microsoft/$_pkgname"
license=("MIT")