summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-07-03 11:21:33 +0800
committerlilac2020-07-03 11:21:33 +0800
commitc208f16d5aba02d2f1c590b65a151dce021089a3 (patch)
tree09d3d79778f668d1b1a9fd954bac736708c15206
parenta48d12a05dfc11b3dba45e904be51c3cc77a9755 (diff)
downloadaur-c208f16d5aba02d2f1c590b65a151dce021089a3.tar.gz
[lilac] updated to 3.0.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41d9d5fa5447..e55448b2ad80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rich
pkgdesc = Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/willmcgugan/rich
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-rich
depends = python-pygments
depends = python-typing_extensions
depends = python-commonmark
- source = https://files.pythonhosted.org/packages/source/r/rich/rich-3.0.1.tar.gz
- sha256sums = b1b9271fbbd66d6b63c7e5c8b18e68f38c4b5ba17b22ea82491f6479e50ce186
+ source = https://files.pythonhosted.org/packages/source/r/rich/rich-3.0.2.tar.gz
+ sha256sums = 628fd9cd5e7a60cdad625c400aff64dce53fee90c04d84bcaae1cbc7d348b9e1
pkgname = python-rich
diff --git a/PKGBUILD b/PKGBUILD
index e50e89b2440f..780fe8097690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=rich
pkgname=python-rich
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
arch=(any)
@@ -15,7 +15,7 @@ depends=('python-colorama'
'python-commonmark')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('b1b9271fbbd66d6b63c7e5c8b18e68f38c4b5ba17b22ea82491f6479e50ce186')
+sha256sums=('628fd9cd5e7a60cdad625c400aff64dce53fee90c04d84bcaae1cbc7d348b9e1')
build() {
cd "$srcdir/$_name-$pkgver"