python3-colorama: update to 0.4.5.
This commit is contained in:
parent
96c052dcf7
commit
305ef8b8c7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-colorama'
|
||||
pkgname=python3-colorama
|
||||
version=0.4.4
|
||||
revision=5
|
||||
version=0.4.5
|
||||
revision=1
|
||||
wrksrc="colorama-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="unzip python3-setuptools"
|
||||
|
@ -10,8 +10,9 @@ short_desc="Cross-platform colored terminal text (Python3)"
|
|||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/tartley/colorama"
|
||||
changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
|
||||
checksum=5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b
|
||||
checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue