summarylogtreecommitdiffstats
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
parentff66b434c794dcdd6b151f0ba4b82066b387211a (diff)
downloadaur-1a3fe89d3e15fe13e466fff9cfdbc3f5d1c73238.tar.gz
Bump to version 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a76fd525dbb..6d1ee30ad5ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-remote-pdb
pkgdesc = Remote vanilla PDB (over TCP sockets) done right: no extras, proper handling around connection failures and CI. Based on pdbx.
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/ionelmc/python-remote-pdb
arch = any
license = BSD
depends = python2
options = !emptydirs
- source = https://pypi.python.org/packages/source/r/remote-pdb/remote-pdb-1.1.2.tar.gz
- md5sums = 225df53239013d73eb5a983a352c7981
+ source = https://pypi.python.org/packages/source/r/remote-pdb/remote-pdb-1.1.3.tar.gz
+ md5sums = 5c9c7464084e4509b11da3f71c96a86c
pkgname = python2-remote-pdb
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"