[arch-commits] Commit in nodejs/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Feb 27 16:21:40 UTC 2015
Date: Friday, February 27, 2015 @ 17:21:40
Author: fyan
Revision: 128386
upgpkg: nodejs 0.12.0-3
- bump npm to 2.6.1
- disable shared libuv (FS#43966)
Modified:
nodejs/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-27 15:49:10 UTC (rev 128385)
+++ PKGBUILD 2015-02-27 16:21:40 UTC (rev 128386)
@@ -10,13 +10,13 @@
pkgname=nodejs
pkgver=0.12.0
-_npmver=2.6.0
-pkgrel=2
+_npmver=2.6.1
+pkgrel=3
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
license=('MIT')
-depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
+depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
provides=('nodejs-node-gyp')
makedepends=('python2' 'git' 'procps-ng')
optdepends=('python2: for node-gyp')
@@ -51,8 +51,8 @@
./configure \
--prefix=/usr \
--shared-openssl \
- --shared-zlib \
- --shared-libuv
+ --shared-zlib
+ # --shared-libuv
# --shared-v8
# --shared-cares
More information about the arch-commits
mailing list