summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-12-03 18:59:50 +0800
committerlilac2018-12-03 18:59:50 +0800
commit58973013d80dcaf881dcabf83b48774e918074bf (patch)
tree348635afe64913126d56c3249239e416377734ff
parentc5c4ece1f0682588a84f55abfa9a6a0bc955b3e7 (diff)
downloadaur-58973013d80dcaf881dcabf83b48774e918074bf.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c9ed9dfae0..ab99e39218df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-requests-futures
pkgdesc = Asynchronous Python HTTP for Humans.
- pkgver = 0.9.8
+ pkgver = 0.9.9
pkgrel = 1
url = https://github.com/ross/requests-futures
arch = any
license = Apache
makedepends = python-setuptools
depends = python-requests
- source = https://pypi.python.org/packages/source/r/requests-futures/requests-futures-0.9.8.tar.gz
- sha256sums = 76a22b95723267b53d8cc50e54d00b98d95afa02fd8449501b07a3797f46a96d
+ source = https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-0.9.9.tar.gz
+ sha256sums = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
pkgname = python-requests-futures
diff --git a/PKGBUILD b/PKGBUILD
index a327c74f7bd9..a6d2cd4d3aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
pkgname=python-requests-futures
-pkgver=0.9.8
+pkgver=0.9.9
pkgrel=1
pkgdesc='Asynchronous Python HTTP for Humans.'
license=('Apache')
@@ -10,8 +10,8 @@ arch=('any')
url='https://github.com/ross/requests-futures'
depends=('python-requests')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/r/requests-futures/requests-futures-${pkgver}.tar.gz")
-sha256sums=('76a22b95723267b53d8cc50e54d00b98d95afa02fd8449501b07a3797f46a96d')
+source=("https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-${pkgver}.tar.gz")
+sha256sums=('200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1')
build() {
cd requests-futures-$pkgver