Open fuero opened 1 year ago
I would remove the conflicts
line (https://wiki.archlinux.org/title/PKGBUILD):
conflicts=("${_repo_name}-git")
In general, it's the -git
package that needs to conflict with the base package, not the other way around.
Also, _repo_prefix
could be inlined.
Also, what is the point of clean()
with an echo
? It could be completely removed.
The rest of the PKGBUILD
looks fine. :)
just fyi: I've created an AUR package for ls-lint, comments are welcome.