[arch-commits] Commit in python-rich/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Wed Dec 2 13:53:30 UTC 2020
Date: Wednesday, December 2, 2020 @ 13:53:30
Author: freswa
Revision: 769154
upgpkg: python-rich 9.3.0-1
Modified:
python-rich/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-02 13:00:34 UTC (rev 769153)
+++ PKGBUILD 2020-12-02 13:53:30 UTC (rev 769154)
@@ -2,9 +2,8 @@
# Contributor: Hao Long <imlonghao at archlinuxcn.org>
pkgname=python-rich
-_name=rich
-pkgver=9.2.0
-pkgrel=2
+pkgver=9.3.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'
@@ -12,7 +11,7 @@
depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
makedepends=('python-setuptools' 'python-dephell')
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('d041962ef1281f1f2bb071a29c96c26d36de042ad8531cf0e44408eb3cb0f9d745f69cae408ee9d296f83e3037cae973b86903c6c9a85202207f67828f601637')
+b2sums=('839f95902ede956461605e7472663adeb13773333dab10651c94b080bb23e10d84a17ccff9cb93d115b7caf110d2647658d1355999e10bdfd2bc64ace1328370')
prepare() {
cd rich-${pkgver}
More information about the arch-commits
mailing list