mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs to 16.4.2-1
This commit is contained in:
parent
8c4d08883f
commit
82ac783eeb
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=16.4.1
|
||||
pkgver=16.4.2
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' '
|
|||
makedepends=('python' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz")
|
||||
sha512sums=('b5a8bb0212983a0ab9cc6fd269bd385d89e472af5221c561f76ed07d72d14190bbec8f270c63605550c142baa498e59176a666ece182f2cb775120c7eb582465')
|
||||
sha512sums=('f20e92d1f163defa9fb4b7d5e3f4a73e1e993e9602d30b43564501a9fc96fadc8647775c42af3eb57e06600d7e5081af0fb525b76786724c71796befc64feb4a')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue