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 2c1c7b10c756..006fd067d2c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=asks
pkgname=python-asks
-pkgver=1.3.10
+pkgver=2.0.0
pkgrel=1
pkgdesc="asks - async http"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/theelous3/asks"
license=('MIT')
depends=('python' 'python-multio' 'python-h11')
makedepends=('python-setuptools')
-source=('https://pypi.python.org/packages/80/22/ef3bafc4d5b7b54cab7da1afd3e2cd73531dc546add635ff72e607058f0d/asks-1.3.10.tar.gz')
-md5sums=('1ad73b73ee24ede7f818c9747dcbbb1d')
+source=('https://files.pythonhosted.org/packages/cd/02/89b66b69d9cd539ca10ebb8434960b79187d829ed071a41844cb8b913938/asks-2.0.0.tar.gz')
+md5sums=('6f741f2c0a81df3109723f821224393a')
build() {
cd "$srcdir/$_pkgname-$pkgver"