From 3b9375d1e160c82c948cd86db92cdccdeb5fe8c8 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 1 Nov 2019 11:19:11 +0100 Subject: [PATCH] python-tqdm: update to 4.37.0. --- 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 69369bfd6b9..5929657c686 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.36.1 +version=4.37.0 revision=1 archs=noarch wrksrc="tqdm-${version}" @@ -9,11 +9,11 @@ pycompile_module="tqdm" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Fast, extensible progress bar for Python and CLI (Python2)" -maintainer="bra1nwave " +maintainer="bra1nwave " license="MPL-2.0, MIT" homepage="https://tqdm.github.io/" distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz" -checksum=b34944a6c554932527dfe58473cd143f1672e3e5592274948ec035b31f437018 +checksum=642df4a0f0f48a295d6baddad3b489b169bfcee06ec6f88fff9d32a150c1fc2e alternatives=" tqdm:tqdm:/usr/bin/tqdm2 tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"