As of yesterday 10.04.2024 refused to build, with an error
configure: error: C compiler cannot create executables
See `config.log' for more details
judging from config.log, something really messing up compiler flags up to the point that it is unable to spit out it's own version.
Fixed by commenting out
export LDFLAGS="${LDFLAGS/,--as-needed}"
in PKGBUILD.
