Search Criteria
Package Details: go-task-git 3.50.0.r13.gecffcc72-1
Package Actions
| 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.000000 |
| First Submitted: | 2022-08-22 14:11 (UTC) |
| Last Updated: | 2026-04-26 14:53 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (10)
- arduino-flasher-cli (requires go-task) (make)
- classic-addon-manager-git (requires go-task) (make)
- doctree (requires go-task) (make)
- helm-s3 (requires go-task) (make)
- satisfactory-mod-manager (requires go-task) (make)
- satisfactory-mod-manager-git (requires go-task) (make)
- semaphore-git (requires go-task) (make)
- waveterm (requires go-task) (make)
- waveterm-git (requires go-task) (make)
- zen-adblocker-git (requires go-task) (make)
Latest Comments
1 2 Next › Last »
C0rn3j commented on 2026-04-26 15:28 (UTC)
That sounds like a problem with your AUR helper, it's normal for the VCS packages to be behind the "actual" version.
That's a good enough reason to exclude it I suppose.
Thanks for the info.
imrehg commented on 2026-04-26 15:08 (UTC)
That tag seems to move, and thus the revision keeps resetting to 0, the difference being the commit hash only. This cannot be ordered in that represents package development, so pacman is really confused about what's newer version, what's older version. This can bite twice:
if I install this package as it is posted, it will install with version
nightly.r0.gecffcc72-1and then every time I re-run, it will compare to the AUR package version of (e.g. the current)3.50.0.r13.gecffcc72-1and try to install it (every time). Of course in the package build phase it generates the nightly tag, so it will build and install with that. This dance happening every time I run the package updates of the system.this nightly version number is not orderable because in most common cases it will be just
r0and the difference is the commit hash -> so newer releases which hash "below", I'd guess would not be updated (as Pacman would think that's a downgrade), and other such shenanigans.I'm happy to hear if there's better way to do this, though I'm hard-pressed to think why anything else but the version number should be used.
C0rn3j commented on 2026-04-26 14:54 (UTC)
I don't follow, what's wrong with the tag being "nightly" (nightly.r0.gecffcc72) instead of for example "v3.50.0" (3.50.0.r13.gecffcc72)?
I've added the change for now, to avoid an epoch later should we want to revert it.
imrehg commented on 2026-04-26 14:28 (UTC)
The current setup picks up the "nightly" tag that seems to be used by the repo and continuously moved. The package should exclude that from the calculation, otherwise it will just keep suggesting new builds all the time (as the version becomes
nightly.<blah>. This change worked well for me:C0rn3j commented on 2024-11-02 00:05 (UTC)
There is a bazillion officially supported installation methods, not just brew.
You don't need to use the AUR, you can use extra repo.
If you want to help with documentation, you can update the upstream one to drop referring to anything to do with AUR and to just document installing from extra.
https://taskfile.dev/installation/
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-taskinstead 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:
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
m0x commented on 2022-06-15 03:57 (UTC)
Crandel's solution to change the
PKGBUILDworks perfectly. If only @kovetskiy could push an update :)1 2 Next › Last »