Package Details: servo-bin 0.1.0-1

Git Clone URL: https://aur.archlinux.org/servo-bin.git (read-only, click to copy)
Package Base: servo-bin
Description: A prototype web browser engine written in the Rust language
Upstream URL: https://servo.org
Keywords: browser parallel rust servo
Licenses: MPL-2.0
Conflicts: servo
Provides: servo
Submitter: Integral
Maintainer: Integral
Last Packager: Integral
Votes: 9
Popularity: 1.13
First Submitted: 2025-10-20 10:51 (UTC)
Last Updated: 2026-04-13 12:13 (UTC)

Latest Comments

fengch commented on 2026-04-03 00:47 (UTC)

source should not use $CARCH.

Integral commented on 2026-01-23 10:00 (UTC) (edited on 2026-01-23 10:01 (UTC) by Integral)

@zoli111 Thanks for letting me know the issue. I have just updated the download URL :)

zoli111 commented on 2026-01-23 09:05 (UTC)

Downloading the tarball fails due to wrong GitHub link. It should be changed to

25c25
< source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/releases/v${pkgver}/${_pkgname}-${CARCH}-linux-gnu.tar.gz")
---
> source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${CARCH}-linux-gnu.tar.gz")