summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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