From 9c1d5ce58e92f083d6ca9603313d1f4db553865b Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Thu, 4 Oct 2018 10:22:15 +0100 Subject: [PATCH] office/watson: Updated for version 1.6.0. Signed-off-by: David Spencer --- office/watson/slack-desc | 2 +- office/watson/watson.SlackBuild | 6 +++--- office/watson/watson.info | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/office/watson/slack-desc b/office/watson/slack-desc index 92769fb850..1d04a35922 100644 --- a/office/watson/slack-desc +++ b/office/watson/slack-desc @@ -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: diff --git a/office/watson/watson.SlackBuild b/office/watson/watson.SlackBuild index aaf85547b4..ca5e85b745 100644 --- a/office/watson/watson.SlackBuild +++ b/office/watson/watson.SlackBuild @@ -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" diff --git a/office/watson/watson.info b/office/watson/watson.info index 177c6d16f5..ca63339a7a 100644 --- a/office/watson/watson.info +++ b/office/watson/watson.info @@ -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"