mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs to 15.1.0-1
This commit is contained in:
parent
b7059c63d8
commit
ad6d905a3d
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=15.0.1
|
||||
pkgver=15.1.0
|
||||
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=('68e8329e801aed6f31694fc47aa3e51478333a8b6a35378ff291d43808c3e3548ab52fd5fbbc2f83f81786fc2b2a1f4c856cb670d99eb4b98e52165843705e97')
|
||||
sha512sums=('502879d66044d98ddb01922b6bc854f8ca0501dfb5bac7beba11c01f92f91887f1e625b253d1fe801290346290dd7b5da2854179fa05ce46d6d9da21d648f70f')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue