diff options
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() { |