python-feedgenerator: fix distfile url

This commit is contained in:
Michael Gehring 2016-04-06 19:23:14 +02:00
parent 81dbec24c9
commit cabca41ac5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ short_desc="Python2 standalone version of django.utils.feedgenerator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://pypi.python.org/pypi/feedgenerator/"
license="BSD"
distfiles="https://${PYPI_SITE}/f/feedgenerator/feedgenerator-${version}.tar.gz"
distfiles="${PYPI_SITE}/f/feedgenerator/feedgenerator-${version}.tar.gz"
checksum=c00a60ee5179c99330078f4016c39924154a34677f0b84c62556b5ebc2ad7156
python3.4-feedgenerator_package() {