summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Schaf2015-09-26 14:16:38 +0200
committerPhil Schaf2015-09-26 14:16:38 +0200
commitd665bf73bf284d874d8da3ec60e4ab4a35f73dc8 (patch)
tree14a44914c66fdb848cee9e32ad991fdfe39d4528 /PKGBUILD
parent2c31452198a20f554c56fcd2b57f11a42901af17 (diff)
downloadaur-d665bf73bf284d874d8da3ec60e4ab4a35f73dc8.tar.gz
bumped version to 0.17.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1a6b821068c..9b1300b4e871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
_name=aiohttp
pkgname=python-aiohttp
-pkgver=0.17.0
+pkgver=0.17.3
pkgrel=1
pkgdesc='http client/server for asyncio'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
makedepends_i686=('cython')
makedepends_x86_64=('cython')
source=("https://pypi.python.org/packages/source/a/$_name/$_name-$pkgver.tar.gz")
-md5sums=('aed95f6ce0ea60af044a38370c4e42e3')
+md5sums=('c3f97b127ef1fb58ea68fe79653d09f8')
package() {
cd "$srcdir/$_name-$pkgver"