[arch-commits] Commit in python-rich/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Tue Feb 8 21:10:01 UTC 2022
Date: Tuesday, February 8, 2022 @ 21:10:00
Author: freswa
Revision: 1129377
upgpkg: python-rich 11.2.0-1
Modified:
python-rich/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-08 20:51:27 UTC (rev 1129376)
+++ PKGBUILD 2022-02-08 21:10:00 UTC (rev 1129377)
@@ -2,7 +2,7 @@
# Contributor: Hao Long <imlonghao at archlinuxcn.org>
pkgname=python-rich
-pkgver=11.1.0
+pkgver=11.2.0
pkgrel=1
pkgdesc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal'
arch=(any)
@@ -11,7 +11,7 @@
depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
makedepends=('python-pip' 'python-poetry')
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('1d326edea18b1eaad633665c2e50aa789f9eba19ee9b4cb50b94a160a69d12604fdf87d57ffbc903835b6e1e745fe17e0c521801b515ae73c8a44bf9ef17b6c2')
+b2sums=('520f512a7e26613a4cc881834f8c150963b84a6dc3a43029dde6d64d1e405d82422b9c6f0098293b6f9bdb55749c7929426dad14840c9a287889c1a6a70f6bf2')
build() {
cd rich-${pkgver}
More information about the arch-commits
mailing list