office/task: Updated for version 2.5.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2016-09-15 21:40:13 +07:00 committed by Willy Sudiarto Raharjo
parent d9d3895e95
commit fdf67278f1
3 changed files with 11 additions and 9 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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"