Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: nodejs-lts-gallium 16.13.2-1
Browse files Browse the repository at this point in the history
LTO disabled because of nodejs/node#38335

git-svn-id: file:///srv/repos/svn-community/svn@1113506 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
ArchangeGabriel authored and svntogit committed Jan 22, 2022
1 parent 0c23f69 commit f6e5132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Felix Yan <[email protected]>

pkgname=nodejs-lts-gallium
pkgver=16.13.1
pkgver=16.13.2
pkgrel=1
pkgdesc="Evented I/O for V8 javascript (LTS release: Gallium)"
arch=(x86_64)
Expand All @@ -11,11 +11,12 @@ license=(MIT)
depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
makedepends=(python procps-ng)
optdepends=('npm: nodejs package manager')
options=(!lto)
provides=("nodejs=$pkgver")
conflicts=(nodejs)
source=(${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz)
# https://nodejs.org/download/release/latest-gallium/SHASUMS256.txt.asc
sha256sums=(4c23004fd75eaf799ad8e76fe34f53e0327f433d4acbfc883396f72e96cc63ad)
sha256sums=(98b1de1ff92a292b93d2b2c93bc2a98656647b3d0c0d5623069f4f8047a8b4a0)
validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 # Myles Borins <[email protected]>
77984A986EBC2AA786BC0F66B01FBB92821C587A # Gibson Fahnestock <[email protected]>
B9AE9905FFD7803F25714661B63B535A4C206CA9 # Evan Lucas <[email protected]>
Expand Down

0 comments on commit f6e5132

Please sign in to comment.