summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62facc437dd7..72e241c302d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-asks
pkgdesc = asks - async http
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/theelous3/asks
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-asks
depends = python
depends = python-multio
depends = python-h11
- source = https://files.pythonhosted.org/packages/cd/02/89b66b69d9cd539ca10ebb8434960b79187d829ed071a41844cb8b913938/asks-2.0.0.tar.gz
- md5sums = 6f741f2c0a81df3109723f821224393a
+ source = https://files.pythonhosted.org/packages/56/c5/046c4d7d863d2a453698af7220803127750140c80fb8f8b4233b0501681b/asks-2.2.0.tar.gz
+ md5sums = a1709dd181ebc602a72b2a2d9b88971d
pkgname = python-asks
diff --git a/PKGBUILD b/PKGBUILD
index 16993fa30915..5831937ee0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname=asks
pkgname=python-asks
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="asks - async http"
arch=('any')
url="https://github.com/theelous3/asks"
license=('MIT')
depends=('python' 'python-multio' 'python-h11')
makedepends=('python-setuptools')
-source=('https://files.pythonhosted.org/packages/cd/02/89b66b69d9cd539ca10ebb8434960b79187d829ed071a41844cb8b913938/asks-2.0.0.tar.gz')
-md5sums=('6f741f2c0a81df3109723f821224393a')
+source=('https://files.pythonhosted.org/packages/56/c5/046c4d7d863d2a453698af7220803127750140c80fb8f8b4233b0501681b/asks-2.2.0.tar.gz')
+md5sums=('a1709dd181ebc602a72b2a2d9b88971d')
build() {
cd "$srcdir/$_pkgname-$pkgver"