wok rev 17377

Up task (2.3.0)
author Paul Issott <paul@slitaz.org>
date Sun Nov 23 18:11:31 2014 +0000 (2014-11-23)
parents b0c8c9cf19fa
children b7f4c5ebbd6a
files task/receipt
line diff
     1.1 --- a/task/receipt	Sat Nov 22 09:24:16 2014 +0100
     1.2 +++ b/task/receipt	Sun Nov 23 18:11:31 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="task"
     1.7 -VERSION="2.1.2"
     1.8 +VERSION="2.3.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Task is an open source, command line, TODO list manager."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -11,8 +11,8 @@
    1.13  WGET_URL="http://www.taskwarrior.org/download/$TARBALL"
    1.14  TAGS="office todo"
    1.15  
    1.16 -DEPENDS="ncurses gcc-lib-base"
    1.17 -BUILD_DEPENDS="ncurses-dev cmake"
    1.18 +DEPENDS="ncurses gcc-lib-base util-linux-uuid"
    1.19 +BUILD_DEPENDS="ncurses-dev cmake util-linux-uuid-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()