mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/nodejs to 10.5.0-1
This commit is contained in:
parent
0fba107fce
commit
a2ddb41c7b
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=10.4.1
|
||||
pkgver=10.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # '
|
|||
makedepends=('python2' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('e0ad419a2d482f8e3c03a4a9ff89d6ba310b315003188619d1d2e36626dfa66a86172fc6c80bdc8fb1449c9baf093201b12480ad39847c0b7d40235eb82652ab')
|
||||
sha512sums=('8e1115b419eba8221f2cc7184c8a927eb2cc9f07dceaca49c409d262f1c2d419525f217a183e040eb39f1f06c50432c080999d798cc485ac6622297fbe1c3cf0')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue