Date: Tuesday, October 4, 2022 @ 20:14:21 Author: felixonmars Revision: 1321278
upgpkg: python-termcolor 2.0.1-1 Modified: python-termcolor/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-04 20:12:56 UTC (rev 1321277) +++ PKGBUILD 2022-10-04 20:14:21 UTC (rev 1321278) @@ -2,7 +2,7 @@ # Maintainer: Tim Hatch <[email protected]> pkgname=python-termcolor -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="ANSI Color formatting for output in terminal" arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-build' 'python-installer' 'python-hatch-vcs') checkdepends=('python-pytest') source=(https://pypi.python.org/packages/source/t/termcolor/termcolor-$pkgver.tar.gz) -sha256sums=('4889f2243b1da3934fc6cf4b57ee50a0ce98065ec06bfddac3fa6db24a9fcde2') +sha256sums=('6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388') build() { cd termcolor-$pkgver
