summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2022-07-19 11:53:50 +0200
committerSébastien Leduc2022-07-19 11:53:50 +0200
commite56b82ac56dcdb99d7c4c2e0b5acba0a2f17da2d (patch)
tree2376fafcbcd09f467de6fd3e674f3cd427c30fed /PKGBUILD
parent5c68c6595ccbd45c13f578d11dbaa6e9da13674b (diff)
downloadaur-python2-remote-pdb.tar.gz
Update to 2.1.0
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"