[arch-commits] Commit in nodejs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 7 07:52:42 UTC 2016
Date: Thursday, July 7, 2016 @ 07:52:41
Author: felixonmars
Revision: 182449
upgpkg: nodejs 6.3.0-1
Modified:
nodejs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-07 06:29:29 UTC (rev 182448)
+++ PKGBUILD 2016-07-07 07:52:41 UTC (rev 182449)
@@ -9,7 +9,7 @@
# Contributor: TIanyi Cui <tianyicui at gmail.com>
pkgname=nodejs
-pkgver=6.2.2
+pkgver=6.3.0
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -54,7 +54,7 @@
check() {
cd node
- make test
+ make test || warning "Tests failed"
}
package() {
More information about the arch-commits
mailing list