mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/nodejs to 10.4.1-1
This commit is contained in:
parent
81c8e2a5b6
commit
1fe5de0e2a
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=10.4.0
|
||||
pkgver=10.4.1
|
||||
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=('a150d158510d14d24234b500a5b467d009b05fb90c65375e6262a063e886fca9481ad5489d4bda85ea06d51f984b800f8f210ebbece7404a9d477645561463f9')
|
||||
sha512sums=('e0ad419a2d482f8e3c03a4a9ff89d6ba310b315003188619d1d2e36626dfa66a86172fc6c80bdc8fb1449c9baf093201b12480ad39847c0b7d40235eb82652ab')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue