| author | Felix Yan
<felixonmars@archlinux.org> 2015-04-04 09:35:59 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2015-04-04 09:35:59 UTC |
| parent | b049c726c278068a77888a7123dff0d960682255 |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 85fcabe..dbba327 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ pkgbase=python-requests-toolbelt pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt') _pkgname=requests-toolbelt -pkgver=0.3.1 -pkgrel=2 +pkgver=0.4.0 +pkgrel=1 pkgdesc="A toolbelt of useful classes and functions to be used with python-requests." arch=('any') url="https://github.com/sigmavirus24/requests-toolbelt" @@ -13,7 +13,7 @@ license=('Apache') makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests') checkdepends=('python-pytest' 'python2-pytest') source=("https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -md5sums=('e563377e46cd0be8c7b3ac144a65844c') +md5sums=('2278d650faadf181dd180682591e5926') prepare() { cp -a ${_pkgname}-$pkgver{,-py2}