mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs to 14.3.0-1
This commit is contained in:
parent
99fe4aa174
commit
2d1845453c
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.2.0
|
||||
pkgver=14.3.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=('da4a5fc3bb3b5e781a56a11d18a54c96fb49562736b1020505f6565c737a9f25c88e50aad0087d44a5b4e9a7a61d81b70a9338263b2bd7acf9bccd31fbdc8783')
|
||||
sha512sums=('3a48e2d332d65efab81c0db1ee401d95efecae098e735e55fc958d182931fd97195cedb81aaccc8a04134ad1d200e4dc01b1a3c9c2f565d1282f25a76c790fbf')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue