summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Schaf2015-08-05 00:41:34 +0200
committerPhil Schaf2015-08-05 00:42:05 +0200
commit2c31452198a20f554c56fcd2b57f11a42901af17 (patch)
tree97583a534d7e8237e548786fa2f9c71b882295dc /PKGBUILD
parent84a78f53e1daf536b7cbe831130bbbbf6d31bad8 (diff)
downloadaur-2c31452198a20f554c56fcd2b57f11a42901af17.tar.gz
bumped version to 0.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e331502a32..d1a6b821068c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
_name=aiohttp
pkgname=python-aiohttp
-pkgver=0.16.3
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc='http client/server for asyncio'
arch=('any')
url="http://pypi.python.org/pypi/$_name"
@@ -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=('4215059cbf33dd42c0b99e06b1229029')
+md5sums=('aed95f6ce0ea60af044a38370c4e42e3')
package() {
cd "$srcdir/$_name-$pkgver"