Package Details: fish-git 2:4.0.2.r1215.g30ff3710a-1

Git Clone URL: https://aur.archlinux.org/fish-git.git (read-only, click to copy)
Package Base: fish-git
Description: User friendly shell intended mostly for interactive use.
Upstream URL: https://github.com/fish-shell/fish-shell
Keywords: shell
Licenses: GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0
Conflicts: fish, fish-shell
Provides: fish, fish-shell
Submitter: SanskritFritz
Maintainer: akiirui
Last Packager: akiirui
Votes: 74
Popularity: 0.122366
First Submitted: 2010-11-17 22:27 (UTC)
Last Updated: 2025-07-26 14:39 (UTC)

Dependencies (19)

Required by (95)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 17 Next › Last »

SanskritFritz commented on 2020-02-26 15:16 (UTC)

You're right, thanks and done.

brainplot commented on 2020-02-26 14:46 (UTC) (edited on 2020-02-26 14:46 (UTC) by brainplot)

According to the release notes for v3.1.0, jq is no longer required for bower and yarn completions and they will use Python if available. At this point I think jq should be removed from the dependency array.

crabvk commented on 2020-02-19 14:21 (UTC) (edited on 2020-02-22 00:54 (UTC) by crabvk)

Patch to 3.1.0, not for this fish-git package, but for Community's fish 3.0.2-3
Here's how to build:

asp checkout fish
cd fish/trunk/
curl -LO https://gist.githubusercontent.com/vyachkonovalov/3b28a416fac109dc1787ea43ef9e1b0a/raw/3ae107b52a8b9eca2a0c6480d7bf7458a77f5437/PKGBUILD.patch
git apply PKGBUILD.patch
makepkg -si

(Edit: added python-sphinx to makedepends to build the documentation)

SanskritFritz commented on 2020-01-13 09:43 (UTC)

For historical reasons. The version numbering scheme of the package changed in the past and this way I had ensured it increased.

gbr commented on 2020-01-13 05:20 (UTC)

May I ask why is epoch is set to 2? Or rather, why is epoch set at all? Thanks.

SanskritFritz commented on 2019-05-03 16:01 (UTC)

Definitely it should, thank you.

C0rn3j commented on 2019-05-03 13:49 (UTC)

https://github.com/fish-shell/fish-shell/releases "Completions for bower and yarn now require the jq utility for full functionality." The official 3.0.2 fish package picked up jq as a dependency, maybe this package should too? https://www.archlinux.org/packages/community/x86_64/fish/

ronjouch commented on 2019-04-17 12:28 (UTC) (edited on 2019-04-17 12:29 (UTC) by ronjouch)

"please notify the fish developers about this situation, so they will remove their version if appropriate"

@SanskritFritz sure; filed Fish #5822 - Ripgrep completions are in conflict with completions provided by ripgrep itself. Will forward upstream feedback here when I get it.

Passersby, a simple fix for now is to add to PKGBUILD's package(): rm "$pkgdir/usr/share/fish/completions/rg.fish"

SanskritFritz commented on 2019-04-17 07:58 (UTC) (edited on 2019-04-17 07:58 (UTC) by SanskritFritz)

I'd say you should use the completions provided by ripgrep and please notify the fish developers about this situation, so they will remove their version if appropriate. It was added 5 days ago.

ronjouch commented on 2019-04-13 01:08 (UTC) (edited on 2019-04-16 01:04 (UTC) by ronjouch)

Since today and https://github.com/fish-shell/fish-shell/commit/5989a92dae3dcbed3f868345811ab178f04bf3c8 , build succeeds but installation fails with:

error: failed to commit transaction (conflicting files)
fish-git: /usr/share/fish/completions/rg.fish exists in filesystem (owned by ripgrep)

What's the standard in Arch? Should fish or ripgrep provide the completions? Asked the same question in AUR / ripgrep-git ( https://aur.archlinux.org/packages/ripgrep-git/#news )

Crude fix: add to package(): rm "$pkgdir/usr/share/fish/completions/rg.fish"