mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/nodejs to 14.14.0-1
This commit is contained in:
parent
8ccc96ec71
commit
38615536e5
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.13.1
|
||||
pkgver=14.14.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # '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=('a16361fc26def6e74a8b4b5963fa1c6b0f06c045e7e684de6af5e70ee13587398e247029c1b1eba10c1291243e8b04a6d6b77b32a44a8c4d6a055fc66bc67cbc')
|
||||
sha512sums=('56c9bf3d789b6000f5e0d2ec7ef5ce1b68cc52960b82d2acf4396541f714b0f2adf6b166877f298b09db2a547e0cf0a3e004ec8d11c25fa3abe03b2d7ab418b5')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue