Do not flag out of date unless there is a packaging change ( this is a -git package so the responsibility of reinstalling on a new version is on the user )
VCS packages are not considered out of date when the pkgver changes; do not flag them as the maintainer will merely unflag the package and ignore you. AUR maintainers should not commit mere pkgver bumps.
https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date
To force a rebuild from the latest git commit (if using pikaur) : pikaur -S --rebuild dyad-git
To check for updates properly during a system upgrade:
pikaur -Syu --devel
Pinned Comments
mohitburkule commented on 2025-11-26 10:11 (UTC) (edited on 2025-11-26 10:14 (UTC) by mohitburkule)
Do not flag out of date unless there is a packaging change ( this is a -git package so the responsibility of reinstalling on a new version is on the user )
VCS packages are not considered out of date when the pkgver changes; do not flag them as the maintainer will merely unflag the package and ignore you. AUR maintainers should not commit mere pkgver bumps.
https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date
To force a rebuild from the latest git commit (if using pikaur) : pikaur -S --rebuild dyad-git
To check for updates properly during a system upgrade:
pikaur -Syu --devel