summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efb2faef4f7f..e56a34e264da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=python2-remote-pdb
_realname=remote-pdb
-pkgver=1.2.0
+pkgver=2.1.0
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)
url="https://github.com/ionelmc/python-remote-pdb"
license=('BSD')
+makedepends=('python2-setuptools' 'python2-pbr')
depends=('python2')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/r/$_realname/$_realname-$pkgver.tar.gz")
-md5sums=('0bc5817d403fa62d56ef874bfc5d11b3')
+md5sums=('952b5fe907d097cea391be100b1ad867')
package() {
cd "$srcdir/$_realname-$pkgver"