[arch-commits] Commit in nodejs/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Oct 13 03:11:54 UTC 2015


    Date: Tuesday, October 13, 2015 @ 05:11:53
  Author: fyan
Revision: 143835

upgpkg: nodejs 4.2.0-2

- enable shared http-parser
- remove shared cares comments as upstream doesn't support it anymore

Modified:
  nodejs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-13 03:11:43 UTC (rev 143834)
+++ PKGBUILD	2015-10-13 03:11:53 UTC (rev 143835)
@@ -10,12 +10,12 @@
 
 pkgname=nodejs
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
 license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv') # 'v8' 'c-ares')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz")
@@ -45,9 +45,9 @@
     --without-npm \
     --shared-openssl \
     --shared-zlib \
-    --shared-libuv
+    --shared-libuv \
+    --shared-http-parser
     # --shared-v8
-    # --shared-cares
 
   make
 }



More information about the arch-commits mailing list