mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/nodejs to 9.11.1-1
This commit is contained in:
parent
94d38d3f70
commit
b3f6a6c660
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=9.10.1
|
||||
pkgver=9.11.1
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl-1.0' '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=('4d6825878696a136d26fdd140305f8d69c53a4ab3c40c6d631a159a902ea0c3b270030b9ab379f9a76a8df85f0b500d970384136b0a86f5cb0f46efcb90d5877')
|
||||
sha512sums=('62b5d4caa80f48e0459a80e899df6cfe315604efcfc720dd05e66b6cb26d2fcf2e0239812c0b8448528c7da1a57dd43b921825ae572eb86b87be49649764abb8')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue