George Hu pushed to branch main at Arch Linux / Packaging / Packages / deno
Commits:
214bf0b0 by George Hu at 2026-04-11T16:47:13+08:00
Split sed script into two `-e` options for patching cli/Cargo.toml
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -34,7 +34,10 @@ prepare() {
cd ../deno
echo -e "\n[patch.crates-io]\nv8 = { path = '../rusty_v8' }" >> Cargo.toml
- sed -i '/default = \["upgrade", "__vendored_zlib_ng"\]/d; /^keyring =/s/,
"vendored"//' cli/Cargo.toml
+ sed -i \
+ -e '/default = \["upgrade", "__vendored_zlib_ng"\]/d' \
+ -e '/^keyring =/s/, "vendored"//' \
+ cli/Cargo.toml
cargo fetch --target host-tuple
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/214bf0b016527129b4de284d38735db7c1b69678
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/214bf0b016527129b4de284d38735db7c1b69678
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help