From accd23a42575196b5d31ec39a0aef5ecfa499bb5 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Mon, 11 Feb 2019 18:30:00 +0100 Subject: [PATCH] python-tqdm: update to 4.31.1. --- srcpkgs/python-tqdm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-tqdm/template b/srcpkgs/python-tqdm/template index c790f382d0f..fd637b17269 100644 --- a/srcpkgs/python-tqdm/template +++ b/srcpkgs/python-tqdm/template @@ -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 " 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