python3-blessed: update to 1.15.0.
This commit is contained in:
parent
94fc4cc8f1
commit
53f0f76038
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-blessed'
|
||||
pkgname=python3-blessed
|
||||
version=1.14.2
|
||||
version=1.15.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="blessed-${version}"
|
||||
|
@ -12,8 +12,8 @@ short_desc="Wrapper around terminal coloring, styling, and positioning"
|
|||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jquast/blessed"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=6c375f28e8a4d85d03dd46e3dd058a9cd2279d51da018bca0c0f6b5d98b1ee34
|
||||
distfiles="${PYPI_SITE}/b/blessed/blessed-${version}.tar.gz"
|
||||
checksum=777b0b6b5ce51f3832e498c22bc6a093b6b5f99148c7cbf866d26e2dec51ef21
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue