jc: update to 1.22.0.

This commit is contained in:
icp 2022-10-02 18:13:49 +05:30 committed by Leah Neukirchen
parent de57485aaa
commit 94e150eb98
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'jc'
pkgname=jc
version=1.21.2
version=1.22.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -12,11 +12,11 @@ license="MIT"
homepage="https://github.com/kellyjonbrazil/jc"
changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
distfiles="https://github.com/kellyjonbrazil/jc/archive/refs/tags/v${version}.tar.gz"
checksum=7d230cad5651673812daa424cb9ace354d2c66605ddf37b3e4ebe6905d5f51b6
checksum=5a5b8ae21ed083387ef8fb616a825917f53453ecd2ca65d7a51f2a01bcc94090
post_install() {
vman man/jc.1
vlicense LICENSE.md
vcompletion completions/jc_bash_completion.sh bash jc
vcompletion completions/jc_bash_completion.sh zsh _jc
vcompletion completions/jc_bash_completion.sh bash
vcompletion completions/jc_zsh_completion.sh zsh
}