* update python-click to 8.1.6-1

This commit is contained in:
Alexander Baldeck 2023-08-03 08:26:32 +02:00
parent c407b46627
commit 79bfb04db3

View File

@ -5,7 +5,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)
@ -15,7 +15,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}"