timewarrior: update to 1.6.0.

This commit is contained in:
icp 2023-10-14 11:07:39 +05:30 committed by classabbyamp
parent 79c65742e1
commit 529a8d3e0b
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'timewarrior'
pkgname=timewarrior
version=1.5.0
version=1.6.0
revision=1
build_style=cmake
hostmakedepends="ruby-asciidoctor"
checkdepends="python3"
short_desc="Track time from the command line"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
@ -10,9 +11,12 @@ license="MIT"
homepage="https://timewarrior.net"
changelog="https://raw.githubusercontent.com/GothenburgBitFactory/timewarrior/develop/ChangeLog"
distfiles="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz"
checksum=51e7c2c772837bbd6d56da8d16506c4b6de8644166e0b5234ad36ae6a70dd4f6
checksum=cd1aa610ed50558bb2cf141022fa7b41523091ac3ae5fbb9c2d459cfe1afc782
python_version=3
post_install() {
vlicense LICENSE
vcompletion completion/timew-completion.bash bash timew
vcompletion completion/timew.fish fish timew
}