The PKGBUILD does not properly auto-update. To do that, you need to define the pkgver()
function, not just set the variable. https://wiki.archlinux.org/title/VCS_package_guidelines#The_pkgver%28%29_function
Without that setup, makepkg
cannot determine the correct version at a glance, and this breaks automatic upgrades via AUR helpers such as paru.
Moreover, I don't think you're supposed to implement auto-updates in -bin
packages, that should be limited to VCS (-git
) packages. Perhaps this is different because it's a nightly build?
Pinned Comments
VitalyR commented on 2024-10-09 08:27 (UTC)
Please submit patches to the GitHub repository for this package at https://github.com/VitalyAnkh/firefox-nightly-bin. Thank you for your help!
VitalyR commented on 2023-06-13 16:19 (UTC) (edited on 2023-06-13 16:29 (UTC) by VitalyR)
@tjhexf The PGP key is not outdated. Maybe there is some problem within your key server so you could try importing the key manually:
as @aag said.
Archange commented on 2022-07-27 16:53 (UTC)
This PKGBUILD is auto-updating (you just need to build it again). Please only flag out-of-date when there is another PKGBUILD change required.