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