mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/nodejs to 7.1.0-1
This commit is contained in:
parent
c2e5065f6a
commit
30b6633a33
1 changed files with 3 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=7.0.0
|
||||
pkgver=7.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
provides=('nodejs-node-gyp')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
|
||||
makedepends=('python2' 'procps-ng' 'git')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver"
|
||||
|
@ -87,6 +87,7 @@ build() {
|
|||
--shared-zlib \
|
||||
--shared-libuv \
|
||||
--shared-http-parser \
|
||||
--shared-cares \
|
||||
${CONFIG}
|
||||
# --shared-v8 \
|
||||
# --shared-v8-libpath=/usr/lib \
|
||||
|
|
Loading…
Reference in a new issue