Search Criteria
Package Details: zig-completion-git gc5b387b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zig-completion-git.git (read-only, click to copy) |
---|---|
Package Base: | zig-completion-git |
Description: | Shell completions for the Zig compiler. |
Upstream URL: | https://github.com/ziglang/shell-completions.git |
Keywords: | bash completion shell zig zsh |
Licenses: | MIT |
Submitter: | jamazi |
Maintainer: | jamazi |
Last Packager: | jamazi |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-09 09:33 (UTC) |
Last Updated: | 2023-06-09 09:33 (UTC) |
Dependencies (1)
- bash-completion (bash-completion-gitAUR) (optional) – Bash completion support
Latest Comments
aravance commented on 2025-07-13 13:55 (UTC)
I would suggest applying the following diff to the PKGBUILD to make it have better compatibility with the AUR helper tools.
laura7089 commented on 2024-12-17 19:35 (UTC)
Please consider altering the
pkgver
variable value to match the output format of thepkgver()
function. As is, the package will be rebuilt every time by AUR helpers becausepkgver()
can never matchpkgver=
.Additionally, git commit hashes (truncated or not) do not increase numerically and thus are not suitable for usage as
pkgver
values because it's impossible to tell without inspecting the source repo whether one package is newer than another.sandromatic commented on 2024-12-16 05:17 (UTC)
This version is out of date but seems to explicitly provide the newest version of the git repo, causing the AUR helper to continually redownload on an update.