summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2016-12-07 10:36:45 +0100
committerPhilipp A2016-12-07 10:38:08 +0100
commitdb8a1d72310dd53a0faf0b0bb7fa9c755e42691e (patch)
tree19014b1894106a8d73f8693a1a4c698b6b0a1a24 /PKGBUILD
parent82cad11e44d184a4bccb8551a8c9dc774b662a5c (diff)
downloadaur-db8a1d72310dd53a0faf0b0bb7fa9c755e42691e.tar.gz
v1.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79318f9f1cd1..60a1085e7c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=aiohttp
pkgname=python-aiohttp
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.1.6
+pkgrel=1
pkgdesc='http client/server for asyncio'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://pypi.python.org/pypi/$_name"
@@ -14,8 +14,8 @@ makedepends=('python-pip')
_wheelbase="$_name-$pkgver-cp35-cp35m-manylinux1"
source_i686=( "https://files.pythonhosted.org/packages/cp35/${_name::1}/$_name/${_wheelbase}_i686.whl")
source_x86_64=("https://files.pythonhosted.org/packages/cp35/${_name::1}/$_name/${_wheelbase}_x86_64.whl")
-md5sums_i686=('7ea5b12f6004a750fb1248094b27877e')
-md5sums_x86_64=('cb6b878e5f02c3b46f23eec70c05e29c')
+md5sums_i686=('338b372a46da2c732c909f554b065d2e')
+md5sums_x86_64=('71ce2ec9d7740601ce4ee0aecb0a3d69')
noextract=("${_wheelbase}_"{i686,x86_64}.whl)
# source code package
@@ -24,7 +24,7 @@ source_arm=("$_s")
source_armv6h=("$_s")
source_armv7h=("$_s")
source_aarch64=("$_s")
-_m=('d3f7518ea20f1681f37249d926b3d800')
+_m=('dc080616b14155a202288bb3dbf07f8b')
md5sums_arm=("$_m")
md5sums_armv6h=("$_m")
md5sums_armv7h=("$_m")