mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs to 11.4.0-1
This commit is contained in:
parent
8511edb7de
commit
8e8269b973
1 changed files with 5 additions and 4 deletions
|
@ -14,18 +14,18 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=11.3.0
|
||||
pkgver=11.4.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 'v8')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' '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"
|
||||
'atomic.patch')
|
||||
sha512sums=('0b64c8b2a7140dfa37c67e31f2b7acd565954a10df387eb84e87150880f50c5e0c0ade611901d47306e9b466f1140feb281a466b8762f8d658ecfe18fb31fc9b'
|
||||
sha512sums=('a9ceb4397c8f549f383974a0e459ec25d387db4bdbacdf181a1376f2e8f581a720bacd36dd238f4595e8aa94d9ce431201613235508966edcf004682f5397fa7'
|
||||
'b1dd60c8f594fc07d66c0c77ea682555064cfd66a778e02d94b39be471ffc39ed9e57059e2f9e4dfc8434f0bd4cb958bce2e186e249aeeb179b854add5b4d9d6')
|
||||
|
||||
prepare() {
|
||||
|
@ -61,11 +61,12 @@ build() {
|
|||
--shared-openssl \
|
||||
--shared-zlib \
|
||||
--shared-libuv \
|
||||
--shared-http-parser \
|
||||
--experimental-http-parser \
|
||||
--shared-cares \
|
||||
--shared-nghttp2 \
|
||||
${CONFIG}
|
||||
# --shared-v8
|
||||
# --shared-http-parser
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue