python-colorama: update to 0.4.1.
This commit is contained in:
parent
2b93339815
commit
b1fb1c53a5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-colorama'
|
# Template file for 'python-colorama'
|
||||||
pkgname=python-colorama
|
pkgname=python-colorama
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="colorama-${version}"
|
wrksrc="colorama-${version}"
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Cross-platform colored terminal text (Python2)"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/tartley/colorama"
|
homepage="https://github.com/tartley/colorama"
|
||||||
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.zip"
|
distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
|
||||||
checksum=c9b54bebe91a6a803e0772c8561d53f2926bfeb17cd141fbabcb08424086595c
|
checksum=05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in a new issue