summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2018-02-13 09:53:56 +0800
committerlilac2018-02-13 09:53:56 +0800
commit5df4a7ddb3665c5fa1b38b3e18f3f9ae6867b76b (patch)
tree2145844dc415dee793780a49f8fd529e471f7383 /PKGBUILD
parent48f2513e67100eaf6becb3217ccad5554034b6f2 (diff)
downloadaur-5df4a7ddb3665c5fa1b38b3e18f3f9ae6867b76b.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be74f273e865..2c1c7b10c756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=asks
pkgname=python-asks
-pkgver=1.3.9
+pkgver=1.3.10
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/bd/db/12bff14c41c6e4131005acf41e924ee110c4524a4f7751aeb551b57da8fd/asks-1.3.9.tar.gz')
-md5sums=('937361180a3c485c6ab6ca45da3e5cb8')
+source=('https://pypi.python.org/packages/80/22/ef3bafc4d5b7b54cab7da1afd3e2cd73531dc546add635ff72e607058f0d/asks-1.3.10.tar.gz')
+md5sums=('1ad73b73ee24ede7f818c9747dcbbb1d')
build() {
cd "$srcdir/$_pkgname-$pkgver"