summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-08-02 16:38:50 +0200
committerSébastien Leduc2015-08-02 16:38:50 +0200
commit1a3fe89d3e15fe13e466fff9cfdbc3f5d1c73238 (patch)
treec3dafb4d821bbd589a35cc7c85e82e9390948647 /PKGBUILD
parentff66b434c794dcdd6b151f0ba4b82066b387211a (diff)
downloadaur-1a3fe89d3e15fe13e466fff9cfdbc3f5d1c73238.tar.gz
Bump to version 1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2489d50706..a51f4d1795f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-remote-pdb
_realname=remote-pdb
-pkgver=1.1.2
+pkgver=1.1.3
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=('225df53239013d73eb5a983a352c7981')
+md5sums=('5c9c7464084e4509b11da3f71c96a86c')
package() {
cd "$srcdir/$_realname-$pkgver"