python-click: update to 6.0
This commit is contained in:
parent
d8aa7cf0fa
commit
d90434d0aa
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-click'
|
||||
pkgname=python-click
|
||||
version=5.1
|
||||
version=6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="click-${version}"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://click.pocoo.org/"
|
||||
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
||||
checksum=678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a
|
||||
checksum=3972ee95a32181e9069040414dd7c77001e9404c3c4d295300cdca06a8db026d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue