aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-aiohttp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-aiohttp/APKBUILD')
-rw-r--r--testing/py3-aiohttp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-aiohttp/APKBUILD b/testing/py3-aiohttp/APKBUILD
index a883987fe3..b2469e742a 100644
--- a/testing/py3-aiohttp/APKBUILD
+++ b/testing/py3-aiohttp/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-aiohttp
_pkgname=aiohttp
pkgver=0.22.1
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP client/server for asyncio"
url="http://pypi.python.org/pypi/aiohttp"
arch="all"
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="$depends_dev py-setuptools python3-dev"
install=""
subpackages="$pkgname-dev"
-source="https://pypi.io/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {