diff options
Diffstat (limited to 'testing/py-pykka/APKBUILD')
-rw-r--r-- | testing/py-pykka/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pykka/APKBUILD b/testing/py-pykka/APKBUILD index 561cd5e6fa..60654f129d 100644 --- a/testing/py-pykka/APKBUILD +++ b/testing/py-pykka/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev" install="" subpackages="" -source="https://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz" _builddir="$srcdir"/Pykka-$pkgver prepare() { |