diff options
author | Carl Smedstad | 2024-06-10 09:49:43 +0200 |
---|---|---|
committer | Carl Smedstad | 2024-06-10 09:49:43 +0200 |
commit | 4fff485af8444a6e053cd651422589ef84f462b3 (patch) | |
tree | e1e488902fd589b035018cc187eb912eb29d1419 | |
parent | 1ab48f93152dadde9eef157c5aaa79956960d213 (diff) | |
download | aur-4fff485af8444a6e053cd651422589ef84f462b3.tar.gz |
upgpkg: 1.8.3-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.2 + pkgver = 1.8.3 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.2.tar.gz::https://github.com/ewels/rich-click/archive/v1.8.2.tar.gz - sha256sums = 9a46f2e171cf662cfcc111e6be613f62d94e608ec92033f552bcd1646662ab87 + source = python-rich-click-1.8.3.tar.gz::https://github.com/ewels/rich-click/archive/v1.8.3.tar.gz + sha256sums = 1f5cd1c50bd534fdaf985e1b0b1fec88054244a6e849d8c3e05131d27d5222c9 pkgname = python-rich-click @@ -3,7 +3,7 @@ pkgname=python-rich-click _pkgname=${pkgname#python-} -pkgver=1.8.2 +pkgver=1.8.3 pkgrel=1 pkgdesc="Python module to format click help output nicely with Rich." arch=(any) @@ -23,7 +23,7 @@ makedepends=( ) checkdepends=(python-pytest) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('9a46f2e171cf662cfcc111e6be613f62d94e608ec92033f552bcd1646662ab87') +sha256sums=('1f5cd1c50bd534fdaf985e1b0b1fec88054244a6e849d8c3e05131d27d5222c9') _archive="$_pkgname-$pkgver" |