office/watson: Updated for version 1.6.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2018-10-04 10:22:15 +01:00 committed by Willy Sudiarto Raharjo
parent 8135199403
commit 9c1d5ce58e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
watson: watson (CLI tool to track time)
watson:
watson: Watson is a time tracking tool for the CLI with many useful features.
watson: Watson can be used to tracking your project and tasks.
watson: Watson can be used to tracking your projects and tasks.
watson: It is written in Python.
watson:
watson:

View File

@ -26,7 +26,7 @@
PRGNAM=watson
SRCNAM=Watson
VERSION=${VERSION:-1.5.2}
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -39,9 +39,9 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="watson"
VERSION="1.5.2"
VERSION="1.6.0"
HOMEPAGE="http://tailordev.github.io/Watson/"
DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.5.2/Watson-1.5.2.tar.gz"
MD5SUM="518ae1688f3b60f79d76c76e85a5df02"
DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.6.0/Watson-1.6.0.tar.gz"
MD5SUM="6d6479915a19fd3143e27372fb27e219"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="arrow click"