diff options
author | Jostein Berntsen <jvbernts@online.no> | 2021-04-02 09:40:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-02 09:40:55 +0700 |
commit | 2a43b586592c93f17ed75094ad5c4fb1b6d73609 (patch) | |
tree | 030fb5fe50920c0055d075bee43bcf882bd81438 /office/taskopen | |
parent | a1f25d736cc42bba5aafadd41fc63896cf075a14 (diff) | |
download | slackbuilds-2a43b586592c93f17ed75094ad5c4fb1b6d73609.tar.gz |
office/taskopen: Updated for version 1.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/taskopen')
-rw-r--r-- | office/taskopen/README | 7 | ||||
-rw-r--r-- | office/taskopen/taskopen.SlackBuild | 4 | ||||
-rw-r--r-- | office/taskopen/taskopen.info | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/office/taskopen/README b/office/taskopen/README index 2d0a23f73e..1f1320ebf6 100644 --- a/office/taskopen/README +++ b/office/taskopen/README @@ -1 +1,6 @@ -Script for taking notes and open urls with taskwarrior +Taskopen allows you to link almost any file, webpage or command +to a taskwarrior task by adding a filepath, web-link or uri as an +annotation. Text notes, images, PDF files, web addresses, spreadsheets and +many other types of links can then be filtered, listed and opened by using +taskopen. Some actions are sane defaults, others can be custom-configured, +and everything else will use your systems mime-types to open the link. diff --git a/office/taskopen/taskopen.SlackBuild b/office/taskopen/taskopen.SlackBuild index 70541c62b0..2d2cb24b9e 100644 --- a/office/taskopen/taskopen.SlackBuild +++ b/office/taskopen/taskopen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for taskopen -# Copyright 2017 Jostein Berntsen <jbernts@broadpark.no> +# Copyright 2017-2021 Jostein Berntsen <jvbernts@online.no> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=taskopen -VERSION=${VERSION:-1.1.4} +VERSION=${VERSION:-1.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/taskopen/taskopen.info b/office/taskopen/taskopen.info index b3d6e7b45b..abbc667d5c 100644 --- a/office/taskopen/taskopen.info +++ b/office/taskopen/taskopen.info @@ -1,10 +1,10 @@ PRGNAM="taskopen" -VERSION="1.1.4" +VERSION="1.1.5" HOMEPAGE="https://github.com/ValiValpas/taskopen" -DOWNLOAD="https://github.com/ValiValpas/taskopen/archive/v1.1.4/taskopen-1.1.4.tar.gz" -MD5SUM="30180c36eef119a5f9e62c1eea75ce3c" +DOWNLOAD="https://github.com/ValiValpas/taskopen/archive/v1.1.5/taskopen-1.1.5.tar.gz" +MD5SUM="78a6eb6b823af85c457fedff79417953" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-JSON" MAINTAINER="Jostein Berntsen" -EMAIL="jbernts@broadpark.no" +EMAIL="jvbernts@online.no" |