summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2015-08-02 16:38:33 +0200
committerSébastien Leduc2015-08-02 16:38:33 +0200
commit1d5f936e4d48dc6504c83ad2eae3759f8c77df83 (patch)
tree366e99bcc791263b2b140d177b2f80b2059dc9c1
parentbbe21c0cbce90e13ae2fe7f51279f652e912225e (diff)
downloadaur-1d5f936e4d48dc6504c83ad2eae3759f8c77df83.tar.gz
Bump to version 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6442509075ef..53d7763d7170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-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 = python
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 = python-remote-pdb
diff --git a/PKGBUILD b/PKGBUILD
index a6013c3c706a..997a04e6caef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-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)
@@ -19,3 +19,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
+md5sums=('5c9c7464084e4509b11da3f71c96a86c')