community/nodejs to 16.3.0-1

This commit is contained in:
Kevin Mihelich 2021-06-03 18:33:32 +00:00
parent 57aaf26b72
commit 4435eeadd0

View file

@ -13,18 +13,17 @@
buildarch=28
pkgname=nodejs
pkgver=16.2.0
pkgver=16.3.0
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('x86_64')
url='https://nodejs.org/'
license=('MIT')
# c-ares: wait until a newer release than 1.16.1
depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2') # 'c-ares' 'http-parser' 'v8')
depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
makedepends=('python' 'procps-ng')
optdepends=('npm: nodejs package manager')
source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz")
sha512sums=('81f8719ee277f34b3a2d6145d1f6ad1de4b47fdaa5ca04a106af015c0b9e62533f500a410c2c3268c7f9cd567745786cb167bd8aeae475e33871158ebec3a2a7')
sha512sums=('6ff9ece714016776f332f33b59f2c26eb485df3f29521a3222a139d377e286c9f2fc5c8730770cb88c2016388271b2c1d819875397feab4c60349ec598f7c710')
build() {
cd node-$pkgver
@ -41,6 +40,7 @@ build() {
--shared-libuv \
--experimental-http-parser \
--shared-nghttp2 \
--shared-cares \
${CONFIG}
# --shared-cares \
# --shared-v8