From ea3d3481f15b7bcad2b30139f90872f7c3db1ef3 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 14 Oct 2023 11:07:39 +0530 Subject: [PATCH] timewarrior: update to 1.6.0. --- srcpkgs/timewarrior/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/timewarrior/template b/srcpkgs/timewarrior/template index 12b91997c33f3..5700da5c96d1e 100644 --- a/srcpkgs/timewarrior/template +++ b/srcpkgs/timewarrior/template @@ -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 " @@ -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 }