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

Felix Yan fyan at archlinux.org
Sat Feb 7 10:44:13 UTC 2015


    Date: Saturday, February 7, 2015 @ 11:44:13
  Author: fyan
Revision: 127233

upgpkg: nodejs 0.12.0-1

- enable shared zlib/libuv

Modified:
  nodejs/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-07 10:32:16 UTC (rev 127232)
+++ PKGBUILD	2015-02-07 10:44:13 UTC (rev 127233)
@@ -9,14 +9,14 @@
 # Contributor: TIanyi Cui <tianyicui at gmail.com>
 
 pkgname=nodejs
-pkgver=0.10.36
-_npmver=2.5.0
-pkgrel=3
+pkgver=0.12.0
+_npmver=2.5.1
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
 license=('MIT')
-depends=('openssl')
+depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
 provides=('nodejs-node-gyp')
 makedepends=('python2' 'git' 'procps-ng')
 optdepends=('python2: for node-gyp')
@@ -24,7 +24,7 @@
 options=('!emptydirs')
 source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"
         git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81'
+sha256sums=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
             'SKIP')
 
 prepare() {
@@ -50,7 +50,11 @@
   export PYTHON=python2
   ./configure \
     --prefix=/usr \
-    --shared-openssl
+    --shared-openssl \
+    --shared-zlib \
+    --shared-libuv
+    # --shared-v8
+    # --shared-cares
 
   make
 



More information about the arch-commits mailing list