diff --git a/python2-requests-futures/.SRCINFO b/python2-requests-futures/.SRCINFO index 439b469..ef6486e 100644 --- a/python2-requests-futures/.SRCINFO +++ b/python2-requests-futures/.SRCINFO @@ -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 diff --git a/python2-requests-futures/PKGBUILD b/python2-requests-futures/PKGBUILD index fc6aaef..1925913 100644 --- a/python2-requests-futures/PKGBUILD +++ b/python2-requests-futures/PKGBUILD @@ -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