Skip to content
Open
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
8 changes: 4 additions & 4 deletions srcpkgs/task/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'task'
pkgname=task
version=3.4.1
revision=2
version=3.4.2
revision=1
archs="x86_64* aarch64* i686*" # aws-lc
build_style=cmake
build_helper="rust qemu"
hostmakedepends="rust cargo"
hostmakedepends="rust cargo git"
makedepends="libuuid-devel gnutls-devel rust-std sqlite-devel"
short_desc="Task Warrior command-line todo list manager"
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=23eb60f73e42f16111cc3912b44ee12be6768860a2db2a9c6a47f8ac4786bac3
checksum=d302761fcd1268e4a5a545613a2b68c61abd50c0bcaade3b3e68d728dd02e716

post_extract() {
if [ "$CROSS_BUILD" ]; then
Expand Down