[arch-commits] Commit in python-rich/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Tue Apr 26 16:21:54 UTC 2022
Date: Tuesday, April 26, 2022 @ 16:21:54
Author: freswa
Revision: 1191015
upgpkg: python-rich 12.3.0-1
Modified:
python-rich/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-26 16:20:50 UTC (rev 1191014)
+++ PKGBUILD 2022-04-26 16:21:54 UTC (rev 1191015)
@@ -2,7 +2,7 @@
# Contributor: Hao Long <imlonghao at archlinuxcn.org>
pkgname=python-rich
-pkgver=12.2.0
+pkgver=12.3.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=('fb3720724d2441cddd85ac22249aa232bd31f664019f9eb02e10fda913b98c0220a4fadff47fc0f6884ff77b7ee9f98a96e036fb76d0492e0c040d752a9e9c79')
+b2sums=('baa098e25768b4b84a269547c7726d281f67e333c0993513223dfdda7023001ea78b6edd10218726ae888e7216e18c6c4d5b9711268d083dfd0a41c3162658c9')
build() {
cd rich-${pkgver}
More information about the arch-commits
mailing list