summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8ac35efc9ca..5a8532bf3246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-requestbuilder
pkgdesc = Command line-driven HTTP request builder.
- pkgver = 0.2.3
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/boto/requestbuilder
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-requestbuilder
depends = python2
depends = python2-six
depends = python2-requests
- source = https://pypi.python.org/packages/source/r/requestbuilder/requestbuilder-0.2.3.tar.gz
- md5sums = 3d9793e3a3b3dad23a8475e0480581db
+ source = https://pypi.python.org/packages/source/r/requestbuilder/requestbuilder-0.7.1.tar.gz
+ md5sums = 86c6e46491c65d8caa2991eb017a01f7
pkgname = python2-requestbuilder
diff --git a/PKGBUILD b/PKGBUILD
index d12dd7d0dcfe..8298630c06e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributors: Tom Tryfonidis <tomtryf@gmail.com>
pkgname=python2-requestbuilder
-pkgver=0.2.3
+pkgver=0.7.1
pkgrel=1
pkgdesc="Command line-driven HTTP request builder."
arch=('any')
@@ -11,7 +11,7 @@ license=(ISC)
depends=('python2' 'python2-six' 'python2-requests')
makedepends=('python2-setuptools')
source=(https://pypi.python.org/packages/source/r/requestbuilder/requestbuilder-$pkgver.tar.gz)
-md5sums=('3d9793e3a3b3dad23a8475e0480581db')
+md5sums=('86c6e46491c65d8caa2991eb017a01f7')
build() {
cd "$srcdir/requestbuilder-$pkgver"