[arch-commits] Commit in python-rich/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sun Feb 28 19:23:28 UTC 2021
Date: Sunday, February 28, 2021 @ 19:23:28
Author: freswa
Revision: 876033
upgpkg: python-rich 9.12.3-1
Modified:
python-rich/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-28 19:23:24 UTC (rev 876032)
+++ PKGBUILD 2021-02-28 19:23:28 UTC (rev 876033)
@@ -2,7 +2,7 @@
# Contributor: Hao Long <imlonghao at archlinuxcn.org>
pkgname=python-rich
-pkgver=9.12.0
+pkgver=9.12.3
pkgrel=1
pkgdesc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal'
arch=(any)
@@ -10,8 +10,8 @@
license=('MIT')
depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
makedepends=('python-setuptools' 'python-dephell')
-source=("https://github.com/willmcgugan/rich/archive/${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('2a2cf3252a1ba76c0849c0c7fc9fa6e993b7d8127737dd5a466c89d7fcc485b35d5d6d98750b3a546aa6d0248f28077ad6a10b9611fef2b47ac9755490e041a7')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
+b2sums=('b25fcbef8af78e216fa59fb2fa89e6ebcdcf6c111af24835ed9c8d591d7237757e26edf951bb9ead1f8d4959679b0b330d5ca2f02c77e798df8cbc54b6c8e427')
prepare() {
cd rich-${pkgver}
More information about the arch-commits
mailing list