community/nodejs to 0.12.4-1

This commit is contained in:
Kevin Mihelich 2015-05-24 13:29:24 +00:00
parent 289f6178e7
commit 3a72b09cbb
2 changed files with 3 additions and 11 deletions

View file

@ -9,8 +9,8 @@
# Contributor: Jason Plum <jplum@archlinuxarm.org>
pkgname=nodejs
pkgver=0.12.3
pkgrel=2
pkgver=0.12.4
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'arm')
url='http://nodejs.org/'
@ -19,10 +19,9 @@ provides=('nodejs-node-gyp')
depends=('openssl' 'zlib' 'icu') # 'libuv' 'v8' 'c-ares')
makedepends=('python2' 'procps-ng')
optdepends=('npm: nodejs package manager')
install=nodejs.install
source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"
'arm.patch')
sha256sums=('e65d83c6f2c874e28f65c5e192ac0acd2bbb52bfcf9d77e33442d6765a3eb9da'
sha256sums=('3298d0997613a04ac64343e8316da134d04588132554ae402eb344e3369ec912'
'37cec64b8364c1ecb13f914b44dc86eb12a72be985f78e6d07b5ced91edfe246')
set_flags_for_arm() {

View file

@ -1,7 +0,0 @@
post_install () {
echo "Notice: npm is not shipped with nodejs since 0.12.2-4, please install npm manually if you need it."
}
post_upgrade () {
(( $(vercmp $2 '0.12.2-4') < 0 )) && post_install "$1" || true
}