summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Baboni Dominiquini2024-11-30 16:29:07 -0300
committerRafael Baboni Dominiquini2024-11-30 16:29:07 -0300
commitf5fce0d6119dfa9ef000775d82628164482ff547 (patch)
tree1bb2c3aa1eb6f154fe3bf16780bb98c0c18da8cd
parent78e0b978d100708825caa6c766db9ae3339b68cb (diff)
downloadaur-f5fce0d6119dfa9ef000775d82628164482ff547.tar.gz
upgpkg: 1.8.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6cff81d3f23..ef42d3482363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rich-click
pkgdesc = Python module to format click help output nicely with Rich.
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/ewels/rich-click
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-rich-click
depends = python-click
depends = python-rich
depends = python-typing_extensions
- source = python-rich-click-1.8.3.tar.gz::https://github.com/ewels/rich-click/archive/v1.8.3.tar.gz
- sha256sums = 1f5cd1c50bd534fdaf985e1b0b1fec88054244a6e849d8c3e05131d27d5222c9
+ source = python-rich-click-1.8.4.tar.gz::https://github.com/ewels/rich-click/archive/v1.8.4.tar.gz
+ sha256sums = fc7abc7ba696bccb74b8fb9e605a3ff438ea5dad560f870acee6c29cb7a74456
pkgname = python-rich-click
diff --git a/PKGBUILD b/PKGBUILD
index d55513c01228..b6ddcda59e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-rich-click
_pkgname=${pkgname#python-}
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="Python module to format click help output nicely with Rich."
arch=(any)
@@ -24,7 +24,7 @@ makedepends=(
)
checkdepends=(python-pytest)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1f5cd1c50bd534fdaf985e1b0b1fec88054244a6e849d8c3e05131d27d5222c9')
+sha256sums=('fc7abc7ba696bccb74b8fb9e605a3ff438ea5dad560f870acee6c29cb7a74456')
_archive="$_pkgname-$pkgver"