summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroctel2024-03-09 12:46:13 +0100
committergroctel2024-03-09 12:46:13 +0100
commit0e75bb544241e8419affdb2ea58004fc765be59f (patch)
treedadcdede6ce7dab3062ddf9e387013358836f1fd
parent09f1784b00cd1ec673a11b0ccce03d9893149085 (diff)
downloadaur-python-cloup.tar.gz
Updated to v3.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 051f74e4dc36..a2556e3b016f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cloup
pkgdesc = Cloup (= Click + groups) contains a set of Click extensions for multiple purposes.
- pkgver = 3.0.4
+ pkgver = 3.0.5
pkgrel = 1
url = https://github.com/janLuke/cloup
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-cloup
depends = python
depends = python-click
depends = python-typing_extensions
- source = https://github.com/janLuke/cloup/archive/refs/tags/v3.0.4.tar.gz
- sha512sums = 8898e94021d76e6c6ac6d4ea25e4ce47c78b167ae4dfb4d0f4d6ee283c930edd78b46bf112efb73a13f40c28074126603e9eeacfc8a5ebe70cd5eb9e5658e259
+ source = https://github.com/janLuke/cloup/archive/refs/tags/v3.0.5.tar.gz
+ sha512sums = 04cd5fa7474448b9524d20b082d246a7aa0e19c14dba61640573b189c86f8ad639d2c38258df545cc0d179606e84284a4f0b305b512d33d182fbc3861eb60c64
pkgname = python-cloup
diff --git a/PKGBUILD b/PKGBUILD
index 462591189785..d7d5c7637bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_name=cloup
pkgname=python-cloup
-pkgver=3.0.4
+pkgver=3.0.5
pkgrel=1
pkgdesc="Cloup (= Click + groups) contains a set of Click extensions for multiple purposes."
-arch=('any')
-license=('MIT')
+arch=("any")
+license=("MIT")
url="https://github.com/janLuke/cloup"
source=("https://github.com/janLuke/$_name/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('8898e94021d76e6c6ac6d4ea25e4ce47c78b167ae4dfb4d0f4d6ee283c930edd78b46bf112efb73a13f40c28074126603e9eeacfc8a5ebe70cd5eb9e5658e259')
+sha512sums=('04cd5fa7474448b9524d20b082d246a7aa0e19c14dba61640573b189c86f8ad639d2c38258df545cc0d179606e84284a4f0b305b512d33d182fbc3861eb60c64')
depends=(
"python"