summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f72eab22fa6e..8ab7797950e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 13 01:53:56 UTC 2018
pkgbase = python-asks
pkgdesc = asks - async http
- pkgver = 1.3.10
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/theelous3/asks
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-asks
depends = python
depends = python-multio
depends = python-h11
- 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
pkgname = python-asks
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"