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