diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-19 11:33:34 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-19 11:33:34 +0000 |
commit | 4e804f8bbdd09512859b90310e954d59f99431c8 (patch) | |
tree | 8ee9d5bdbfc5b35537d716afbcbf70452c80f865 /testing/py3-aiohttp | |
parent | 48bb0ce0b4706d19229dc3998a53e8f5a7db9f68 (diff) | |
download | aports-4e804f8bbdd09512859b90310e954d59f99431c8.tar.bz2 aports-4e804f8bbdd09512859b90310e954d59f99431c8.tar.xz |
testing/py3-aiohttp: changed upstream url
Diffstat (limited to 'testing/py3-aiohttp')
-rw-r--r-- | testing/py3-aiohttp/APKBUILD | 4 |
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() { |