From 65ac5817c5a6eb7e6c8cefa3d9f9da0e3137ed6a Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sun, 8 Dec 2019 19:05:43 +0100 Subject: [PATCH] python-tqdm: update to 4.40.2. --- srcpkgs/python-tqdm/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-tqdm/template b/srcpkgs/python-tqdm/template index 7a18e8c151c..e899f89e6c9 100644 --- a/srcpkgs/python-tqdm/template +++ b/srcpkgs/python-tqdm/template @@ -1,11 +1,10 @@ # Template file for 'python-tqdm' pkgname=python-tqdm -version=4.40.0 +version=4.40.2 revision=1 archs=noarch wrksrc="tqdm-${version}" build_style=python-module -pycompile_module="tqdm" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Fast, extensible progress bar for Python and CLI (Python2)" @@ -13,7 +12,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=d8e28af0deae416e65b32b82c3ed24510de1545281545963f3afcf27a5518857 +checksum=c58b2219bbd582c34ddc3f0e1d897d6b184c219e7aa534c4d069696a9473b4fa alternatives=" tqdm:tqdm:/usr/bin/tqdm2 tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"