Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/task/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'task'
pkgname=task
version=3.4.2
version=3.5.0
revision=1
archs="x86_64* aarch64* i686*" # aws-lc
build_style=cmake
Expand All @@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://taskwarrior.org"
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
checksum=d302761fcd1268e4a5a545613a2b68c61abd50c0bcaade3b3e68d728dd02e716
checksum=9ea64b411f8314414f440ec765dfdf5a86c9f6159df47e2f60cff3db6b31157a

post_extract() {
if [ "$CROSS_BUILD" ]; then
Expand Down
8 changes: 6 additions & 2 deletions srcpkgs/timewarrior/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'timewarrior'
pkgname=timewarrior
version=1.8.0
version=1.10.0
revision=1
build_style=cmake
hostmakedepends="ruby-asciidoctor"
Expand All @@ -11,12 +11,16 @@ 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=1ea54302dcefa4aa658f89b6b825f0e8b49c04f15cf153a2e7d8bce5525920b4
checksum=a9c9966cfd9fed6c4d4895dc2de530902e736608f4033799af4fe06edf0dd438
python_version=3

post_install() {
vlicense LICENSE

rm "${DESTDIR}/usr/lib/libshared.a"
rm "${DESTDIR}"/usr/include/*
rmdir "${DESTDIR}/usr/include"

vcompletion completion/timew.zsh zsh timew
vcompletion completion/timew-completion.bash bash timew
vcompletion completion/timew.fish fish timew
Expand Down