summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-07-08 19:30:23 +0200
committerSébastien Leduc2015-07-08 19:30:23 +0200
commitff66b434c794dcdd6b151f0ba4b82066b387211a (patch)
tree08f08a5526dcde45e42d55cc2d25ab5292e39a58 /PKGBUILD
parentdc408523d0a440ecd5ba15d3cef7b798e828ed8b (diff)
downloadaur-ff66b434c794dcdd6b151f0ba4b82066b387211a.tar.gz
Bump python2-remote-pdb to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a81ad446ded..6c2489d50706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-remote-pdb
_realname=remote-pdb
-pkgver=0.2.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Remote vanilla PDB (over TCP sockets) done right: no extras, proper handling around connection failures and CI. Based on pdbx."
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python2')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/r/$_realname/$_realname-$pkgver.tar.gz")
-md5sums=('96bb198a4344dcb41cf4dc214135ab73')
+md5sums=('225df53239013d73eb5a983a352c7981')
package() {
cd "$srcdir/$_realname-$pkgver"