Package Details: go-task-git 3.26.0.r14.g5fdaa9aa-1

Git Clone URL: https://aur.archlinux.org/go-task-git.git (read-only, click to copy)
Package Base: go-task-git
Description: Task runner & Make alternative written in GO that runs taskfiles(Installs as go-task to avoid conflict with taskwarrior)
Upstream URL: https://github.com/go-task/task
Licenses: MIT
Provides: go-task
Submitter: C0rn3j
Maintainer: C0rn3j
Last Packager: C0rn3j
Votes: 2
Popularity: 0.009658
First Submitted: 2022-08-22 14:11 (UTC)
Last Updated: 2023-06-18 10:40 (UTC)

Dependencies (2)

Required by (3)

Sources (1)

Latest Comments

C0rn3j commented on 2022-08-21 18:41 (UTC) (edited on 2022-08-22 14:24 (UTC) by C0rn3j)

I believe I have fixed all of the raised issues and filed a deletion request for AUR/taskfile-gotask-git.

The executable is now named task-go.

EDIT: After further conversation, I have renamed the binary to go-task instead and requested this package to be merged into go-file-git, to be consistent with the other two already existing packages.

kulak commented on 2022-06-27 14:44 (UTC) (edited on 2022-06-27 14:48 (UTC) by kulak)

"unable to connect to github.com" is not a package problem.

I know it is not consistent to go with manual build, but Taskfile is GO based and GO is super easy to get running manually.

I think the reason this package is a bit troubled is because the effort on GO side is minimal:

go install github.com/go-task/task/v3/cmd/task@latest

That's what I ended up doing. Someone could take over the package and get it up to date, but then there is a conflict of the executable name with another package.

So, workaround for me has been to just install the application manually.

gameslayer commented on 2022-06-18 03:44 (UTC)

Fails to build

Building taskfile-git...
==> Making package: taskfile-git 2.8.1.r7.g7dcb3af-1 (Sat 18 Jun 2022 13:41:35)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning task git repo...
Cloning into bare repository '/var/tmp/pamac-build-corey/taskfile-git/task'...
fatal: unable to connect to github.com:
github.com[0: 13.236.229.21]: errno=Connection timed out

==> ERROR: Failure while downloading task git repo
    Aborting...
Failed to build taskfile-git

m0x commented on 2022-06-15 03:57 (UTC)

Crandel's solution to change the PKGBUILD works perfectly. If only @kovetskiy could push an update :)

Crandel commented on 2022-05-16 07:30 (UTC)

Solved by changing PKGBUILD

source=(
    "$_pkgname::git+https://github.com/go-task/task#branch=${BRANCH:-master}"
)

jvr3 commented on 2022-04-12 09:53 (UTC) (edited on 2022-04-12 09:54 (UTC) by jvr3)

This no longer builds:

==> Retrieving sources...
  -> Cloning task git repo...
Cloning into bare repository '/var/tmp/pamac-build-jvanriper/taskfile-git/task'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading task git repo
    Aborting...
Failed to build taskfile-git

pztrn commented on 2020-12-01 11:53 (UTC)

Also this package specifies GPL as license but actually MIT is used. See https://github.com/go-task/task/blob/master/LICENSE

greyltc commented on 2020-11-04 10:05 (UTC)

yes @kovetskiy your package can't use the /usr/bin/task file name. That's already taken by the task package

please choose another name for that

tdemin commented on 2020-10-21 20:20 (UTC)

@kovetskiy as of now this package conflicts with community/task, resulting in this:

error: failed to commit transaction (conflicting files)
task: /usr/bin/task exists in filesystem (owned by taskfile-git)
task: /usr/share/zsh/site-functions/_task exists in filesystem (owned by taskfile-git)
Errors occurred, no packages were upgraded.

Probably a good reason to rename the runner to taskfile?