diff options
Diffstat (limited to 'testing/py-ws4py/APKBUILD')
-rw-r--r-- | testing/py-ws4py/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py-ws4py/APKBUILD b/testing/py-ws4py/APKBUILD index 06536c803f..268d25ef69 100644 --- a/testing/py-ws4py/APKBUILD +++ b/testing/py-ws4py/APKBUILD @@ -2,7 +2,6 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-ws4py _pkgname=ws4py -_pyid=1784512791fbd196a48f282ca6c79398cace9541a9c151d89c30b6add6e1 pkgver=0.3.5 pkgrel=0 pkgdesc="WebSocket client and server library for Python 2 and 3 as well as PyPy" @@ -13,7 +12,7 @@ depends="" makedepends="python-dev python3-dev" install="" subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" -source="https://pypi.python.org/packages/c8/b4/$_pyid/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { |