add python2-requests-futures-1.0.0

This commit is contained in:
Trent Palmer 2019-06-27 05:57:26 -07:00
parent 25256838f1
commit fdb3023264
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python2-requests-futures
pkgdesc = Asynchronous Python HTTP for Humans.
pkgver = 0.9.9
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/ross/requests-futures
arch = any
@ -9,8 +9,8 @@ pkgbase = python2-requests-futures
makedepends = python2-futures
depends = python2-requests
depends = python2-futures
source = https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-0.9.9.tar.gz
sha256sums = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
source = https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-1.0.0.tar.gz
sha256sums = 35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148
pkgname = python2-requests-futures

View File

@ -4,7 +4,7 @@
# Contributor: Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
pkgname=python2-requests-futures
pkgver=0.9.9
pkgver=1.0.0
pkgrel=1
pkgdesc='Asynchronous Python HTTP for Humans.'
license=('Apache')
@ -13,7 +13,7 @@ url='https://github.com/ross/requests-futures'
depends=('python2-requests' 'python2-futures')
makedepends=('python2-setuptools' 'python2-futures')
source=("https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-${pkgver}.tar.gz")
sha256sums=('200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1')
sha256sums=('35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148')
build() {
cd requests-futures-$pkgver