We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just fyi: I've created an AUR package for ls-lint, comments are welcome.
The text was updated successfully, but these errors were encountered:
I would remove the conflicts line (https://wiki.archlinux.org/title/PKGBUILD):
conflicts
conflicts=("${_repo_name}-git")
In general, it's the -git package that needs to conflict with the base package, not the other way around.
-git
Also, _repo_prefix could be inlined.
_repo_prefix
Also, what is the point of clean() with an echo? It could be completely removed.
clean()
echo
The rest of the PKGBUILD looks fine. :)
PKGBUILD
Sorry, something went wrong.
No branches or pull requests
just fyi:
I've created an AUR package for ls-lint, comments are welcome.
The text was updated successfully, but these errors were encountered: