aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pdfkit
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-19 14:27:46 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-19 15:06:47 +0200
commitf9d9a8122ada529e8653fe21f122f079897d8c79 (patch)
tree06cf38639960c440258bc868c503fae1b1498add /testing/py-pdfkit
parent5c4633021cc7ccd2877af2b60abd283a5897b483 (diff)
downloadaports-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')
-rw-r--r--testing/py-pdfkit/APKBUILD2
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() {