When I try to build this package, I get an error:
[jayman@Jason-Desktop-Linux librewolf]$ makepkg
==> Making package: librewolf 85.0.1-1 (Tue 09 Feb 2021 05:58:38 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found firefox-85.0.1.source.tar.xz
-> Found librewolf.desktop
-> Updating common git repo...
Fetching origin
-> Updating settings git repo...
Fetching origin
-> Found megabar.patch
-> Found remove_addons.patch
-> Found unity-menubar.patch
==> Validating source_x86_64 files with sha256sums...
firefox-85.0.1.source.tar.xz ... Passed
librewolf.desktop ... Passed
common ... Skipped
settings ... Skipped
megabar.patch ... Passed
remove_addons.patch ... Passed
unity-menubar.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
[jayman@Jason-Desktop-Linux librewolf]$
Here's how I avoided the error:
$ git clone git@gitlab.com:librewolf-community/browser/linux.git
$ cd linux
$ makepkg
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).