mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/nodejs to 0.12.3-2
This commit is contained in:
parent
f556ef3586
commit
41618d2481
2 changed files with 2 additions and 2 deletions
|
@ -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/'
|
||||
|
|
|
@ -3,5 +3,5 @@ post_install () {
|
|||
}
|
||||
|
||||
post_upgrade () {
|
||||
post_install
|
||||
(( $(vercmp $2 '0.12.2-4') < 0 )) && post_install "$1" || true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue