From d05c83530eb6bfeebaef686d63b80d8035e49465 Mon Sep 17 00:00:00 2001 From: Naveen Date: Fri, 21 May 2021 06:54:23 +0000 Subject: [PATCH] python-rich: update to 10.2.2 --- mingw-w64-python-rich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-rich/PKGBUILD b/mingw-w64-python-rich/PKGBUILD index f5ff442165..dc744590ab 100644 --- a/mingw-w64-python-rich/PKGBUILD +++ b/mingw-w64-python-rich/PKGBUILD @@ -3,7 +3,7 @@ _realname=rich pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=10.2.1 +pkgver=10.2.2 pkgrel=1 pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-colorama" "${MINGW_PACKAGE_PREFIX}-python-pygments") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz::https://pypi.io/packages/source/r/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('34865558d322f7151a3012357caa3622df966e51d7a639e4b1fd1b3675b302fc') +sha256sums=('17b3f486c38e79cc219d8848974b277ef532a82d12b3ad6eb37bb8c6f22ab5fc') prepare() { cd "${srcdir}"