Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / nodejs-lts-iron
Commits: 694ffd15 by Daniel M. Capella at 2025-10-26T14:55:12-04:00 upgpkg: 20.19.5-2: Build without corepack Standalone corepack package now available. Addresses https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs-lts-jod/-/issues/3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nodejs-lts-iron pkgdesc = Evented I/O for V8 javascript (LTS release: Iron) pkgver = 20.19.5 - pkgrel = 1 + pkgrel = 2 url = https://nodejs.org/ arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=nodejs-lts-iron pkgver=20.19.5 -pkgrel=1 +pkgrel=2 pkgdesc="Evented I/O for V8 javascript (LTS release: Iron)" arch=(x86_64) url="https://nodejs.org/" @@ -34,6 +34,7 @@ build() { ./configure \ --prefix=/usr \ --with-intl=system-icu \ + --without-corepack \ --without-npm \ --shared-openssl \ --shared-zlib \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs-lts-iron/-/commit/694ffd15931377e8bd029e0459600ba848a2b68c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs-lts-iron/-/commit/694ffd15931377e8bd029e0459600ba848a2b68c You're receiving this email because of your account on gitlab.archlinux.org.
