Date: Monday, November 16, 2020 @ 22:11:12 Author: felixonmars Revision: 755693
upgpkg: python-tqdm 4.52.0-1 Modified: python-tqdm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-16 21:50:40 UTC (rev 755692) +++ PKGBUILD 2020-11-16 22:11:12 UTC (rev 755693) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-tqdm -pkgver=4.51.0 -pkgrel=3 +pkgver=4.52.0 +pkgrel=1 pkgdesc='Fast, Extensible Progress Meter' arch=('any') license=('MIT' 'MPL') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-coverage' 'flake8') source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha512sums=('68b703bcb653ea09ca22ad5c94d662c729cee571839d38e98988e4d69e658d4aeb02198bd1a8f62c6041b662564fbe049c12b7b481cf874de4110af8c66b1c66') +sha512sums=('0026f95f6deafebe444443222672c2adb2cd4b7d0b5fccdf51162ac020dbb8a30341e87aa552612091992d3550e8d89784bee626c5853d902c45030b044579b9') build() { cd tqdm-$pkgver
