python-tqdm: update to 4.31.1.
This commit is contained in:
parent
701f49281b
commit
accd23a425
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-tqdm'
|
||||
pkgname=python-tqdm
|
||||
version=4.30.0
|
||||
version=4.31.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="tqdm-${version}"
|
||||
|
@ -13,7 +13,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|||
license="MPL-2.0, MIT"
|
||||
homepage="https://tqdm.github.io/"
|
||||
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||||
checksum=5a4681e05a0b2b47d0aa0bf1ca512365f21f9381451c52bccf8d0370f7b51c20
|
||||
checksum=524aa635d57deaac538a1fc36fa38a612a51a627fa006ec9ebc1b62698720efb
|
||||
alternatives="
|
||||
tqdm:tqdm:/usr/bin/tqdm2
|
||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"
|
||||
|
@ -31,7 +31,7 @@ python3-tqdm_package() {
|
|||
noarch=yes
|
||||
pycompile_module="tqdm"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
short_desc="${short_desc/2/3}"
|
||||
pkg_install() {
|
||||
rm -f ${DESTDIR}/${py3_sitelib}/tqdm/tqdm.1
|
||||
vman tqdm/tqdm.1 tqdm3.1
|
||||
|
|
Loading…
Reference in New Issue