mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 10.0.0-1
This commit is contained in:
parent
8e602c1ad2
commit
e8867130e0
1 changed files with 3 additions and 4 deletions
|
@ -14,17 +14,17 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=9.11.1
|
||||
pkgver=10.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 'v8')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 'v8')
|
||||
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=('62b5d4caa80f48e0459a80e899df6cfe315604efcfc720dd05e66b6cb26d2fcf2e0239812c0b8448528c7da1a57dd43b921825ae572eb86b87be49649764abb8')
|
||||
sha512sums=('888f5358f58d16ebab23542a42a2df8fb87dbdcd2c60098f5c0bd51049d7736928994509afc0fe85b294ad0fc22001fa6473fd962f92e4bb46ddb6721fcf326a')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
@ -43,7 +43,6 @@ prepare() {
|
|||
build() {
|
||||
cd node-$pkgver
|
||||
|
||||
export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
|
||||
export PYTHON=python2
|
||||
|
||||
[[ "$CARCH" == "armv6h" ]] && export CONFIG="--with-arm-float-abi=hard --with-arm-fpu=vfp" && export GYPFLAGS="-Darm_thumb -Darm_float_abi=hard -Darm_version=6 -Darm_fpu=vfpv2"
|
||||
|
|
Loading…
Reference in a new issue