aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-19 11:51:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-19 11:51:12 +0000
commit987e45fdb051128ac9e54dbc2ae6d502c6b72c63 (patch)
tree6951963c727643e72a1b3d3800b14b6bf5dc3ed5
parent3ffef5ccb277e7b99ece62cae509bfb587c201d1 (diff)
downloadaports-987e45fdb051128ac9e54dbc2ae6d502c6b72c63.tar.bz2
aports-987e45fdb051128ac9e54dbc2ae6d502c6b72c63.tar.xz
testing/py3-aiohttp: changed upstream url. The correct one, this time
-rw-r--r--testing/py3-aiohttp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-aiohttp/APKBUILD b/testing/py3-aiohttp/APKBUILD
index b2469e742a..14cea2811e 100644
--- a/testing/py3-aiohttp/APKBUILD
+++ b/testing/py3-aiohttp/APKBUILD
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="$depends_dev py-setuptools python3-dev"
install=""
subpackages="$pkgname-dev"
-source="https://files.pythonhosted.org/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {