Date: Friday, December 30, 2022 @ 13:46:14 Author: freswa Revision: 1372412
upgpkg: python-rich 13.0.0-1 Modified: python-rich/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-30 13:40:32 UTC (rev 1372411) +++ PKGBUILD 2022-12-30 13:46:14 UTC (rev 1372412) @@ -2,8 +2,8 @@ # Contributor: Hao Long <[email protected]> pkgname=python-rich -pkgver=12.6.0 -pkgrel=2 +pkgver=13.0.0 +pkgrel=1 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal' arch=(any) url='https://github.com/willmcgugan/rich' @@ -11,7 +11,7 @@ depends=(python-{colorama,commonmark,pygments}) makedepends=(python-{build,installer,poetry-core,wheel}) source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz") -b2sums=('58367ef0acb61d68931ea0394ea458e29b3bb59726c6b95d4b179553183c5cef2766484e0d040203181aad927add70198fb3483bfe6113e20851db141de3a867') +b2sums=('b2b323b633e6600dd1595c1769daf3659b2d7cf6f98fe91ca9e083c24bc3de9de79b27de08144ab7acaa3634cc588f1548d73536555a06f1b4832f91c978ab9a') build() { cd rich-${pkgver}
