Package Details: tasksh 1.2.0-2

Git Clone URL: https://aur.archlinux.org/tasksh.git (read-only, click to copy)
Package Base: tasksh
Description: A shell command that wraps Taskwarrior commands
Upstream URL: https://gothenburgbitfactory.org/projects/tasksh.html
Keywords: taskwarrior todo
Licenses: MIT
Submitter: artgur
Maintainer: artgur
Last Packager: artgur
Votes: 15
Popularity: 0.000000
First Submitted: 2016-09-06 11:00 (UTC)
Last Updated: 2023-05-25 22:09 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

ercpereda commented on 2023-12-25 21:02 (UTC)

To fix the current issues with the incorrect source run: yay --editmenu -S tasksh

And change do the following changes to the PKGBUILD

- source=("http://taskwarrior.org/download/${pkgname}-${pkgver}.tar.gz")
+ source=("https://github.com/GothenburgBitFactory/taskshell/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")

friday13 commented on 2023-10-15 15:31 (UTC)

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://taskwarrior.org/download/tasksh-1.2.0.tar.gz
    Aborting...

Tid23 commented on 2023-09-08 12:27 (UTC)

The source is no longer valid.
curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://taskwarrior.org/download/tasksh-1.2.0.tar.gz

The source provided in the upstream url is: https://github.com/GothenburgBitFactory/taskshell/releases/download/v1.2.0/tasksh-1.2.0.tar.gz

artgur commented on 2023-05-25 22:09 (UTC)

upstream url updated

Dominik commented on 2023-03-27 17:17 (UTC) (edited on 2023-03-27 17:17 (UTC) by Dominik)

As @Boskote indicates: It would be great if the upstream URL was updated. It causes confusion.

Boskote commented on 2020-05-05 03:02 (UTC)

The Upstream URL should be replaced with https://gothenburgbitfactory.org/projects/tasksh.html or https://github.com/GothenburgBitFactory/taskshell or perhaps https://taskwarrior.org/docs/review.html which seems to be the only documentation for this tool.

artgur commented on 2017-05-15 08:18 (UTC)

done

di72nn commented on 2017-05-13 21:14 (UTC)

Please change source to source=("https://taskwarrior.org/download/tasksh-${pkgver}.tar.gz")

artgur commented on 2016-11-16 14:48 (UTC)

package updated

davidschinkel commented on 2016-11-15 20:39 (UTC)

After a recent update tasksh fails to start, complaining that libreadline.so.6 cannot be found. As a temporary workaround a symlink to libreadline.so works sudo ln -s /lib/libreadline.so /lib/libreadline.so.6 Cheers