| author | Felix Yan
<felixonmars@archlinux.org> 2019-01-31 21:01:01 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2019-01-31 21:01:01 UTC |
| parent | 07e4e9f48ba2e9a9675b3a063c03d7d72ca3f2bc |
| PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 892182b..ac5f91b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,17 +3,17 @@ pkgbase=python-requests-toolbelt pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt') -pkgver=0.8.0 -pkgrel=3 +pkgver=0.9.1 +pkgrel=1 pkgdesc="A toolbelt of useful classes and functions to be used with python-requests." arch=('any') url="https://github.com/requests/toolbelt" license=('Apache') makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests') checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 'python2-betamax' - 'python-mock' 'python2-mock') + 'python-mock' 'python2-mock' 'python-pyopenssl' 'python2-pyopenssl') source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz") -sha512sums=('55bf93d386442f5deb81eabd85812ffd49e98ff88c0bb96e15271efd84deb7c5d854a2cdc81c989a7d74870e8a218fc968d080052d9ca7cd9733a2378ea9c2f5') +sha512sums=('12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc') prepare() { cp -a toolbelt-$pkgver{,-py2}