summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-06-11 18:19:35 +0800
committerlilac2019-06-11 18:19:35 +0800
commite34a7f7fb50801d4adaa8324bf1e354bfc05dc32 (patch)
tree1efec39882465667a9b139cf024e4e554d17796c
parent8b5782078b5948f19aa4c86e9f659ec6f1b84c48 (diff)
downloadaur-e34a7f7fb50801d4adaa8324bf1e354bfc05dc32.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead40aac3a95..712fefeb9a62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-requests-futures
pkgdesc = Asynchronous Python HTTP for Humans.
- pkgver = 0.9.9
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/ross/requests-futures
arch = any
license = Apache
makedepends = python-setuptools
depends = python-requests
- 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 = python-requests-futures
diff --git a/PKGBUILD b/PKGBUILD
index 3b4b239adc4d..228252ecdfcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
pkgname=python-requests-futures
-pkgver=0.9.9
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='Asynchronous Python HTTP for Humans.'
license=('Apache')
arch=('any')
@@ -11,7 +11,7 @@ url='https://github.com/ross/requests-futures'
depends=('python-requests')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-${pkgver}.tar.gz")
-sha256sums=('200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1')
+sha256sums=('35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148')
build() {
cd requests-futures-$pkgver