diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-19 14:27:46 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-19 15:06:47 +0200 |
commit | f9d9a8122ada529e8653fe21f122f079897d8c79 (patch) | |
tree | 06cf38639960c440258bc868c503fae1b1498add /testing/py-pdfkit/APKBUILD | |
parent | 5c4633021cc7ccd2877af2b60abd283a5897b483 (diff) | |
download | aports-f9d9a8122ada529e8653fe21f122f079897d8c79.tar.bz2 aports-f9d9a8122ada529e8653fe21f122f079897d8c79.tar.xz |
testing/py*: change source URLs pypi.python.org to files.pythonhosted.org
Diffstat (limited to 'testing/py-pdfkit/APKBUILD')
-rw-r--r-- | testing/py-pdfkit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pdfkit/APKBUILD b/testing/py-pdfkit/APKBUILD index 2f4084ce82..36f27b174b 100644 --- a/testing/py-pdfkit/APKBUILD +++ b/testing/py-pdfkit/APKBUILD @@ -9,7 +9,7 @@ arch=noarch license=MIT depends=wkhtmltopdf makedepends=py-setuptools -source=https://pypi.python.org/packages/source/p/pdfkit/pdfkit-$pkgver.zip +source="https://files.pythonhosted.org/packages/source/p/pdfkit/pdfkit-$pkgver.zip" _builddir=$srcdir/pdfkit-$pkgver prepare() { |