python-munkres: fix update-check/distfile

This commit is contained in:
Michael Gehring 2016-04-28 13:31:41 +02:00
parent 8996d9b792
commit b6c889a0f2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ short_desc="Algorithm for the Assignment Problem (Python2)"
maintainer="Steven R <dev@styez.com>"
homepage="http://software.clapper.org/munkres/"
license="BSD"
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz"
checksum=334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4
pre_install() {