Package Details: fzf-tab-completion-git r343.0874776-1

Git Clone URL: https://aur.archlinux.org/fzf-tab-completion-git.git (read-only, click to copy)
Package Base: fzf-tab-completion-git
Description: Tab completion using fzf in zsh, bash, GNU readline apps (e.g. python, php -a etc.)
Upstream URL: https://github.com/lincheney/fzf-tab-completion
Licenses: GPL3
Provides: fzf-tab-completion
Submitter: buzztaiki
Maintainer: buzztaiki
Last Packager: buzztaiki
Votes: 3
Popularity: 0.034790
First Submitted: 2021-03-25 07:27 (UTC)
Last Updated: 2023-01-02 14:20 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

brasswool commented on 2025-04-01 17:51 (UTC)

Hi!

attempting to build this in a clean chroot fails with an "ERROR: Cannot find the git package needed to handle git sources" unless I replace:

makedepends=('cargo')

with:

makedepends=('cargo' 'git')

Would you mind adding the git package as build-only dependency?