Based on this experience, my best recommendation is to add the following dependency to PKGBUILD:
depends=('libssl.so')
It will cause makepkg
to create the package which depends on the main SO version available at build-time; currently:
Depends on: libssl.so=3-64
Or it would have been depends='libssl.so=1.1-64' last August, and pacman would have been automatically able to decide that today my locally built paru needs the openssl-1.1 package and not the main 'openssl' one which is at v3.0.
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting