makepkg fails with this error:
install: cannot stat '/mnt/hdd/wd/repos/aur/jre/src/policytool-jre8.desktop': No such file or directory ==> ERROR: A failure occurred in package().
That file exists in src, but it is a simlink file and the target file of the simlink does not exists.
Pinned Comments
dbermond commented on 2024-03-19 19:54 (UTC)
As was made with the java packages in the official repositories, jdk now provides the jre alongside it, and both packages conflict with each other. During the package upgrade to version 22, act accordingly to your needs. For example, if you have both jdk and jre installed, only jdk will be sufficient, as it now also contains the runtime environment, and jre can be uninstalled. If you have only jre installed, no action is required.