python-progress: update to 1.4.
This commit is contained in:
parent
b2bc40db6d
commit
02e8355258
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-progress'
|
||||
pkgname=python-progress
|
||||
version=1.3
|
||||
revision=2
|
||||
version=1.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="progress-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Easy to use progress bars (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
homepage="https://github.com/verigak/progress"
|
||||
license="ISC"
|
||||
homepage="https://github.com/verigak/progress"
|
||||
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
|
||||
checksum=c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a
|
||||
checksum=5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue