mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 15.5.1-1
This commit is contained in:
parent
cab15dd245
commit
d343679f9e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=15.5.0
|
||||
pkgver=15.5.1
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2') # 'c-ares' 'http-parser' '
|
|||
makedepends=('python' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('0127396c0d9ef7c6ae8c71d1da0fea34e08a9e3a5a607a04c489ab86943ef2e2b8e4eb29dabd1cb3206527ac6bed363d2fc14a998771e24a09ed51c763dde380')
|
||||
sha512sums=('e84cb41204039d59c8697a558a2fc2c808c4781bf856d6eecf4f1ea5713feef39f343586c15832d62114b306869c72ec7669d241d0e5239357be2ed2e0b400a9')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue