summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Asuncion2018-10-29 02:16:34 -0700
committerJeremy Asuncion2018-10-29 02:16:34 -0700
commitb3c0ea85a2e4494b32ba5ce4b2f54feeb7d0e025 (patch)
treee120b3623029f79abdaa8154d3642fe7edd6fbe9 /PKGBUILD
parente2e5a9049794ddcf34f17ef16220345de1349488 (diff)
downloadaur-b3c0ea85a2e4494b32ba5ce4b2f54feeb7d0e025.tar.gz
Updated v0.3.1 -> v0.4.1
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}"