wok diff task/receipt @ rev 19942
memtest: shrink unpack.S
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 06 08:25:09 2017 +0200 (2017-05-06) |
parents | de49f29b101e |
children | 6135577f4d08 |
line diff
1.1 --- a/task/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/task/receipt Sat May 06 08:25:09 2017 +0200 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()