summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-02-11 17:44:51 +0100
committerMarcin Wieczorek2019-02-11 17:44:51 +0100
commitb6837a665c3c935eee4ab68fd0194e41ad7afbbe (patch)
treef676d0d593f6d394370def99a51c1a48b4b2690b /PKGBUILD
parent07660558dfef481c4a9be45c06818ceff847d286 (diff)
downloadaur-python2-requestbuilder.tar.gz
Version 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"