python-cheetah: fix update-check/distfile
This commit is contained in:
parent
180537b9b2
commit
36052aab91
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ short_desc="A Python-powered template engine and code generator"
|
|||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
homepage="http://www.cheetahtemplate.org/"
|
||||
license="MIT"
|
||||
distfiles="https://pypi.python.org/packages/source/C/Cheetah/Cheetah-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/C/Cheetah/Cheetah-${version}.tar.gz"
|
||||
checksum=be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue