@patlefort I'm referring to commit hashes associated with releases at Floorp/releases.
I will go ahead with bump to 12.0.15. Future bumps will depend on whether the release is associated with a different commit or if a rebuild is needed for another reason. People who want the latest version number should use the -bin package.
Pinned Comments
xiota commented on 2024-06-13 08:25 (UTC) (edited on 2025-05-29 17:36 (UTC) by xiota)
This package is automatically built by a server a few hours after updates. Since this package takes a long time to build, users may consider waiting a couple days before rebuilding to allow for log checks and correction.
This package cannot be updated on the basis of blog posts. Please check for release availability before flagging: https://github.com/Floorp-Projects/Floorp/releases/
xiota commented on 2024-01-17 22:35 (UTC) (edited on 2025-07-20 23:17 (UTC) by xiota)
aur/floorp
builds from source. Binary package available ataur/floorp-bin
.If you have problems building:
Build options and defaults. See PKGBUILD for current list.
_build_pgo
(true) – enable profile-guided optimization (PGO); ~20% better benchmarks, 3× build time_build_pgo_reuse
(try) – reuse previously generated profile_build_pgo_xvfb
(false) – use Xvfb for profiling, otherwise, use xwayland-run_build_lto
(false) – use link-time optimization (LTO); disabling may prevent spurious crashes_build_system_libs
(true) – use system libraries_build_limit_cores
(false) – limit parallelization based on memory and core availabilityExamples of use:
_build_pgo=false makepkg -Csr
extra-x86_64-build -- -- _build_limit_cores=true
_build_pgo_xvfb=false yay floorp
# usage with AUR helpers may vary