aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-pelican/APKBUILD6
1 files 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"