mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/nodejs to 10.4.0-1
This commit is contained in:
parent
a5eb8c29a8
commit
d4321e23e8
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=10.3.0
|
||||
pkgver=10.4.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=('8172b5ec20735aa508ecf6948558cee811e93ce7658dafb1a0794a84b2ca74d8e4f3bfb4c049c5e968d486105779632e9239f584ecdccce2a454aeac015ee0ef')
|
||||
sha512sums=('a150d158510d14d24234b500a5b467d009b05fb90c65375e6262a063e886fca9481ad5489d4bda85ea06d51f984b800f8f210ebbece7404a9d477645561463f9')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue