summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
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
commitfdf67278f1fcb04ceae22631941ce50b240c99e1 (patch)
tree010981e1b95dabbd853f6948f6e0f35788dbee74 /office
parentd9d3895e95260ccca2295eefc16312085860f5fb (diff)
downloadslackbuilds-fdf67278f1fcb04ceae22631941ce50b240c99e1.tar.gz
slackbuilds-fdf67278f1fcb04ceae22631941ce50b240c99e1.tar.xz
office/task: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/task/README6
-rw-r--r--office/task/task.SlackBuild8
-rw-r--r--office/task/task.info6
3 files changed, 11 insertions, 9 deletions
diff --git a/office/task/README b/office/task/README
index 6e674533d4..492df083fc 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 771c12799c..672c63caef 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 32333ec10a..2f66676d8a 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"