diff options
author | Rafael Baboni Dominiquini | 2024-11-30 16:29:07 -0300 |
---|---|---|
committer | Rafael Baboni Dominiquini | 2024-11-30 16:29:07 -0300 |
commit | f5fce0d6119dfa9ef000775d82628164482ff547 (patch) | |
tree | 1bb2c3aa1eb6f154fe3bf16780bb98c0c18da8cd | |
parent | 78e0b978d100708825caa6c766db9ae3339b68cb (diff) | |
download | aur-f5fce0d6119dfa9ef000775d82628164482ff547.tar.gz |
upgpkg: 1.8.4-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |