community/nodejs to 0.12.3-2

This commit is contained in:
Kevin Mihelich 2015-05-17 01:37:33 +00:00
parent f556ef3586
commit 41618d2481
2 changed files with 2 additions and 2 deletions

View file

@ -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' 'arm')
url='http://nodejs.org/'

View file

@ -3,5 +3,5 @@ post_install () {
}
post_upgrade () {
post_install
(( $(vercmp $2 '0.12.2-4') < 0 )) && post_install "$1" || true
}