[Solved] Packages not in AUR (conky, obconf)

After recent updates, when I update my system with yay, I see a couple of error messages:

:: Searching AUR for updates...
:: Searching databases for updates...
 -> Packages not in AUR: conky-no-nvidia  obconf
 -> Orphan (unmaintained) AUR Packages: psiconv
 there is nothing to do

I was unable to remove all three with yay -R .

I’d be grateful for some advice on how to resolve this.

You should take care of them one by one.
Replace conky-no-nvidia with conky.

yay -S conky

Remove obconf:

yay -R obconf

and so on.

Note.
Qt version of ObConf is still available. If you like to use it:

yay -S obconf-qt

Thanks @napcok - that fixed it.