summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"