summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faabdafbc243..e66114f773c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name='click-completion'
pkgname='python-click-completion'
-pkgver='0.3.1'
+pkgver='0.4.1'
pkgrel=1
pkgdesc='Fish, Bash, Zsh, and PowerShell completion for Click.'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-click' 'python-jinja')
makedepends=('python-setuptools')
source=("https://github.com/click-contrib/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('b0cb90fd98cb6a374f619a1c7cc72c5655f2557a78980fd15b6813d888bb656b28a75384bb094cbc570c727c5477713b7cb689de5d523bb8c56ea79dd939f75a')
+sha512sums=('e4b9faf0706b49294b3cc36636f9b329acbe5fbc030d53c7057a263cd26a34438516885ddf31acfc6fc1db59fb082418778df66b926e113cc16954ec5c38edf0')
build() {
cd "${srcdir}/${_name}-${pkgver}"