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

Detect VCS packages by presence of pkgver() function in PKGBUILD? #82

Open
xiota opened this issue May 30, 2023 · 0 comments
Open

Detect VCS packages by presence of pkgver() function in PKGBUILD? #82

xiota opened this issue May 30, 2023 · 0 comments

Comments

@xiota
Copy link

xiota commented May 30, 2023

I have a -bin package that updates similarly to a VCS package, using pkgver() to update $pkgver because a new appimage is generated with every git commit. However, strictly speaking, this is not a VCS package, so using a VCS suffix wouldn't be accurate.

I do not use aurto, but a user of the -bin package does. Looking at aurto, I could not figure out, beyond the VCS suffixes, where/how updates are checked and performed. If not already implemented, instead of relying solely on package suffixes, maybe a list of VCS packages could be maintained based on whether pkgver() is present in the PKGBUILD when packages are added and built.

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

1 participant