Search Criteria
Package Details: zsh-autocomplete-git r814.762afac-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zsh-autocomplete-git.git (read-only, click to copy) |
---|---|
Package Base: | zsh-autocomplete-git |
Description: | IDE-style type-ahead completion for Zsh |
Upstream URL: | https://github.com/marlonrichert/zsh-autocomplete |
Licenses: | MIT |
Conflicts: | zsh-autocomplete |
Provides: | zsh-autocomplete |
Submitter: | crian |
Maintainer: | crian |
Last Packager: | crian |
Votes: | 12 |
Popularity: | 0.32 |
First Submitted: | 2020-06-29 23:29 (UTC) |
Last Updated: | 2025-02-02 02:05 (UTC) |
Latest Comments
polyzen commented on 2025-01-31 02:14 (UTC) (edited on 2025-01-31 02:14 (UTC) by polyzen)
Hi crian, please also add
conflicts=("$_pkgname")
.MagicAndWires commented on 2023-03-16 21:33 (UTC)
Hey there,
Using your -git PKGBUILD I've created a stable package, using the releases of zsh-autocomplete, but I can't seem to push it to the AUR. I think this might be because you manually define the
$pkgbase
.Would you consider removing the $pkgbase variable so that I can upload the package? defining
provides
andconflicts
should be enough to avoid double installs (and technically manually defining pkgbase should only be done for split-packages 🤓).Cheers