From 081d878f86f696565eb8042928099e833b3d5cac Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 20 Sep 2022 13:05:18 -0300 Subject: [PATCH] Website > Installation: Update Arch Linux installation method Package and maintainer changed. See #869. --- docs/docs/community.md | 4 ++-- docs/docs/installation.md | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/docs/community.md b/docs/docs/community.md index 445923cd..35053f04 100644 --- a/docs/docs/community.md +++ b/docs/docs/community.md @@ -46,8 +46,8 @@ Some installation methods are maintained by third party: - [GitHub Actions](https://github.com/arduino/setup-task) by [@arduino](https://github.com/arduino) -- [AUR](https://aur.archlinux.org/packages/taskfile-git) - by [@kovetskiy](https://github.com/kovetskiy) +- [AUR](https://aur.archlinux.org/packages/go-task-bin) + by [@carlsmedstad](https://github.com/carlsmedstad) - [Scoop](https://github.com/lukesampson/scoop-extras/blob/master/bucket/task.json) - [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/) - [NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/go-task/default.nix) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 0dc6bfdd..b21f7d8e 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -55,15 +55,23 @@ may take some time until it's available on Scoop. ### AUR If you're on Arch Linux you can install Task from -[AUR](https://aur.archlinux.org/packages/taskfile-git) using your favorite +[AUR](https://aur.archlinux.org/packages/go-task-bin) using your favorite package manager such as `yay`, `pacaur` or `yaourt`: ```cmd -yay -S taskfile-git +yay -S go-task-bin ``` -This installation method is community owned, but since it's `-git` version of -the package, it's always latest available version based on the Git repository. +Alternatively, there's +[this package](https://aur.archlinux.org/packages/go-task) which installs from +the source code instead of downloading the binary from the +[releases page](https://github.com/go-task/task/releases): + +```cmd +yay -S go-task +``` + +This installation method is community owned. ### Fedora