mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs to 10.2.1-1
This commit is contained in:
parent
f49b11911d
commit
fe862f2a05
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=10.2.0
|
||||
pkgver=10.2.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=('dc22de39ac11131f50f9b25e6b95cc12fa55983acaea16dce60d7362d24764297843ccc035d04987bca4fe4dbc2f4287ddc48d815d7a7b2f140cb932c93f9158')
|
||||
sha512sums=('dc2a97e8015866f5ded87e6bfcb1ccab0159c50801ab0f709521c9cb2aaa2b215d64ce4ef3908e7e306bb90e7a10a5dc5bad9e8cee666512fb48b2a8b13344cf')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue