summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2016-09-08 08:44:30 +0200
committerPhilipp A2016-09-08 08:44:30 +0200
commit8049881e9636a8b1890fd87187e95aecfb75efba (patch)
treeafbaa20a812626ad2b5246b97e392e7a94f1e20e /PKGBUILD
parent98b35675b900def0d8bb6a639b0a6c05911762e4 (diff)
downloadaur-8049881e9636a8b1890fd87187e95aecfb75efba.tar.gz
bumped version to 0.22.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2ba223fee06..558a32a615fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=aiohttp
pkgname=python-aiohttp
-pkgver=0.22.3
+pkgver=0.22.5
pkgrel=2
pkgdesc='http client/server for asyncio'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -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=('f50387b72362cc798e4c8a8e20ffa78c')
-md5sums_x86_64=('b85e5c06ab167ec0d585d436d44f4e62')
+md5sums_i686=('c7946d75ae80e417a3239ce2d1122732')
+md5sums_x86_64=('f941018bc68d5b6b73a44e573ce7c4af')
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=('8c75aa7aad0c428a0dbed1380e9c0807')
+_m=('8541b6085fee8f8b51e0144df6470186')
md5sums_arm=("$_m")
md5sums_armv6h=("$_m")
md5sums_armv7h=("$_m")