[arch-commits] Commit in nodejs/trunk (PKGBUILD nodejs.install)
Felix Yan
fyan at archlinux.org
Sat May 16 22:56:01 UTC 2015
Date: Sunday, May 17, 2015 @ 00:56:01
Author: fyan
Revision: 133630
upgpkg: nodejs 0.12.3-2
fix install message.
Modified:
nodejs/trunk/PKGBUILD
nodejs/trunk/nodejs.install
----------------+
PKGBUILD | 2 +-
nodejs.install | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-16 22:53:37 UTC (rev 133629)
+++ PKGBUILD 2015-05-16 22:56:01 UTC (rev 133630)
@@ -10,7 +10,7 @@
pkgname=nodejs
pkgver=0.12.3
-pkgrel=1
+pkgrel=2
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
Modified: nodejs.install
===================================================================
--- nodejs.install 2015-05-16 22:53:37 UTC (rev 133629)
+++ nodejs.install 2015-05-16 22:56:01 UTC (rev 133630)
@@ -3,5 +3,5 @@
}
post_upgrade () {
- post_install
+ (( $(vercmp $2 '0.12.2-4') < 0 )) && post_install "$1" || true
}
More information about the arch-commits
mailing list