From fdf67278f1fcb04ceae22631941ce50b240c99e1 Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Thu, 15 Sep 2016 21:40:13 +0700 Subject: office/task: Updated for version 2.5.1. Signed-off-by: Willy Sudiarto Raharjo --- office/task/README | 6 ++++-- office/task/task.SlackBuild | 8 ++++---- office/task/task.info | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'office/task') 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 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" -- cgit v1.2.3