You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have a
-bin
package that updates similarly to a VCS package, usingpkgver()
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 ataurto
, 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 whetherpkgver()
is present in thePKGBUILD
when packages are added and built.The text was updated successfully, but these errors were encountered: