diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2016-09-15 21:40:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-15 21:40:13 +0700 |
commit | fdf67278f1fcb04ceae22631941ce50b240c99e1 (patch) | |
tree | 010981e1b95dabbd853f6948f6e0f35788dbee74 /office/task | |
parent | d9d3895e95260ccca2295eefc16312085860f5fb (diff) |
office/task: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/task')
-rw-r--r-- | office/task/README | 6 | ||||
-rw-r--r-- | office/task/task.SlackBuild | 8 | ||||
-rw-r--r-- | office/task/task.info | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/office/task/README b/office/task/README index 6e674533d42c..492df083fcf1 100644 --- a/office/task/README +++ b/office/task/README @@ -1,2 +1,4 @@ -task is an advanced task manager for the console with an -extensive set of features. +task (a.k.a taskwarrior) is an advanced task manager for the console with an +extensive set of features. task manages your TODO list from the command line. +It is flexible, fast, and unobtrusive. It does its job then gets out of your +way. diff --git a/office/task/task.SlackBuild b/office/task/task.SlackBuild index 771c12799c84..672c63caefb9 100644 --- a/office/task/task.SlackBuild +++ b/office/task/task.SlackBuild @@ -5,13 +5,13 @@ # Written by Jostein Berntsen <jbernts@broadpark.no> PRGNAM=task -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -22,8 +22,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/office/task/task.info b/office/task/task.info index 32333ec10aab..2f66676d8a0f 100644 --- a/office/task/task.info +++ b/office/task/task.info @@ -1,8 +1,8 @@ PRGNAM="task" -VERSION="2.5.0" +VERSION="2.5.1" HOMEPAGE="http://www.taskwarrior.org" -DOWNLOAD="http://www.taskwarrior.org/download/task-2.5.0.tar.gz" -MD5SUM="bca2a8a6f7727ccbcefd5e190d935910" +DOWNLOAD="http://www.taskwarrior.org/download/task-2.5.1.tar.gz" +MD5SUM="bcd984a00d6d1eb6b40faf567419f784" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |