From 68da843018346f66c160a9bc11ad8248bca63612 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Apr 2021 23:38:33 +0200 Subject: testing/py3-pelican: fix the source url Use the pypi package, instead of a dump of the sources. I broke this in !19172 --- testing/py3-pelican/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/py3-pelican/APKBUILD b/testing/py3-pelican/APKBUILD index bf3ca011d18..aafd416469c 100644 --- a/testing/py3-pelican/APKBUILD +++ b/testing/py3-pelican/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pelican _pkgname=pelican pkgver=4.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Static site generator written in Python" options="!check" # Tests require locale support url="https://getpelican.com" @@ -23,7 +23,7 @@ depends=" " makedepends="py3-setuptools" checkdepends="py3-django" -source="$_pkgname-$pkgver.tar.gz::https://github.com/getpelican/$_pkgname/archive/$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver prepare() { @@ -50,4 +50,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="0e1fae86ab914cce59c84db97c4661a454674f5e41682785aa82088e34cc9f4170b442f292fdc25c58d4c675269aa26b0652f63ca809596a175fc544d9b5fb61 pelican-4.6.0.tar.gz" +sha512sums="821cd6a76f90eccaae45a849a4d664a9eaa239f2e0fdb2e899bd2beec3b71b7196132e48f8cd72c612aafa0ecf50623ce4dadb4dc9af2c67939f686de77c1870 pelican-4.6.0.tar.gz" -- cgit v1.2.3