git » python-click.git » commit 368dac5

upgpkg: 8.1.6-1

author Sven-Hendrik Haase
2023-07-26 19:03:14 UTC
committer Sven-Hendrik Haase
2023-07-26 19:03:14 UTC
parent a517aed532b16d9751b6f297278eba433e766fde

upgpkg: 8.1.6-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4f8255d..c953016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-click
 _realname=click
-pkgver=8.1.5
+pkgver=8.1.6
 pkgrel=1
 pkgdesc="Simple wrapper around optparse for powerful command line utilities"
 arch=("any")
@@ -14,7 +14,7 @@ depends=("python")
 makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-pytest')
 source=("https://github.com/pallets/click/archive/${pkgver}/$pkgname-$pkgver.tar.gz")
-sha512sums=('55171a5f16643305c6d9b038ff6c72bdfbbdeb4c39e7dbc04618fceba2345b2a4d69925d3490ea5a974be4101c8b1f4c0dd3b247d9b050506bb92a6a7d6334cb')
+sha512sums=('ae31e4b5666b7ab6638a12fd12088c5b5311a4f6913e3471aefdf2392cf47d4be6e745e09070d6f2e382fa92c4068c196e0109295d86953dd066f7619dfbd4cd')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"