The url of the pkgver() function (and probably the url variable too) should match the one used for the downloaded binary. Currently the pkgver when installed says r20201110-1 (as does the https://servo-builds.s3.amazonaws.com/index.html website) even though the website from the source array download ( https://download.servo.org/ ), which also seems like the official download site, says the binary is from 2021-12-21. The commit info from servo --version is from 2021-12-18 (still newer then 2020-11-10 as implied by the pkgver() ).
Could you change the url(s) to the servor.org ones? :)
Pinned Comments
envolution commented on 2025-01-12 03:30 (UTC)
Due to previous
servo-latest
installations, you may have permissions warnings while installing like:you will need to
pacman -R servo-latest
before you install this package. Make sure /usr/lib/servo does not exist before reinstalling. New installs and upgrades and installs following this won't need explicit uninstallation.An alternate solution is to
sudo chmod 755 <all affected directories>