@lsf you're right. I had no base-devel
installed. Strange.
The _ffmpeg_ver issue is that it's 2:5.1.2-1
with two dots.
_ffmpeg_ver="${_ffmpeg_ver#*:}"
removes the2:
and we result in5.1.2-1
_ffmpeg_ver="${_ffmpeg_ver%.*}"
removes the last.2-1
and we end up having5.1
which is still not a number :)
I guess the version shall not go beyond two dots meaning calling _ffmpeg_ver="${_ffmpeg_ver%.*}"
two times shall fix that long versions issue.
Pinned Comments
lsf commented on 2025-01-01 21:28 (UTC)
Please refrain from abusing the flagging of a package as out of date for build issues. This is not what it is supposed to be used for.
I automatically get notified of comments to this package. I do not need to be notified of whatever build problems occur (whether they are an individual's problems or the actual package's problems) twice, and not via flagging it out of date.
Issues with this package can also be reported at https://codeberg.org/librewolf/issues/issues (as it is also maintained there, at https://codeberg.org/librewolf/arch, too).