diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 14:34:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | 068f8c94894fd06ef8a1ddf042531d28ff1ca927 (patch) | |
tree | 291dd3c1107c9a9db3d3be794806b4b25e85bf5e /community/py3-aiohttp | |
parent | e8895878e53989e97f305bdd66fb931578e404a3 (diff) | |
download | aports-068f8c94894fd06ef8a1ddf042531d28ff1ca927.tar.bz2 aports-068f8c94894fd06ef8a1ddf042531d28ff1ca927.tar.xz |
community/py3-aiohttp: rebuild against python 3.7
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index f3769d97cd..16c0db3e6b 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-aiohttp _pkgname=aiohttp pkgver=3.5.4 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP client/server for asyncio" url="https://pypi.python.org/pypi/aiohttp" arch="all" |