Both yay
and paru
always detect a change in this package, every time I upgrade.
The package successfully builds and installs (or exiting one is reinstalled).
But if I immediately run paru --devel -Syu
or yay --devel --Syu
after that, the change is detected
I've tried on the fresh system, the issue persists:
[tmp@2779e913c239 ~]$ paru --devel -Syu
:: Synchronizing package databases...
core downloading...
extra downloading...
:: Starting full system upgrade...
there is nothing to do
:: Looking for PKGBUILD upgrades...
:: Looking for AUR upgrades...
:: Looking for devel upgrades...
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
Aur (1) Old Version New Version Make Only
aur/wipeout-rewrite-git b63b296-1 90702ce-1 No
Pinned Comments
<deleted-account> commented on 2023-11-26 01:08 (UTC)
I refactored the
PKGBUILD
to usecmake
instead. Seems to have fixed the sound effects/music issue. I also set the build flagPATH_USERDATA
to$HOME
so thatsave.dat
is written to the user's home directory. You will need to move thesave.dat
in/opt/wipeout-rewrite
to your home dir if you installed the package previously.