Skip to content
New issue

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

AUR package #110

Open
fuero opened this issue Jun 17, 2023 · 1 comment
Open

AUR package #110

fuero opened this issue Jun 17, 2023 · 1 comment

Comments

@fuero
Copy link

fuero commented Jun 17, 2023

just fyi:
I've created an AUR package for ls-lint, comments are welcome.

@thiagowfx
Copy link

thiagowfx commented Aug 21, 2024

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants