# HG changeset patch # User Paul Issott # Date 1416766291 0 # Node ID 3c8471163aef363f16444a1aa9520b2554b3e524 # Parent b0c8c9cf19fa966e0ca5659e8196b3bf47b906c3 Up task (2.3.0) diff -r b0c8c9cf19fa -r 3c8471163aef task/receipt --- a/task/receipt Sat Nov 22 09:24:16 2014 +0100 +++ b/task/receipt Sun Nov 23 18:11:31 2014 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="task" -VERSION="2.1.2" +VERSION="2.3.0" CATEGORY="utilities" SHORT_DESC="Task is an open source, command line, TODO list manager." MAINTAINER="paul@slitaz.org" @@ -11,8 +11,8 @@ WGET_URL="http://www.taskwarrior.org/download/$TARBALL" TAGS="office todo" -DEPENDS="ncurses gcc-lib-base" -BUILD_DEPENDS="ncurses-dev cmake" +DEPENDS="ncurses gcc-lib-base util-linux-uuid" +BUILD_DEPENDS="ncurses-dev cmake util-linux-uuid-dev" # Rules to configure and make the package. compile_rules()