[arch-commits] Commit in nodejs/trunk (PKGBUILD nodejs.install)

Felix Yan fyan at archlinux.org
Sun May 24 05:48:33 UTC 2015


    Date: Sunday, May 24, 2015 @ 07:48:33
  Author: fyan
Revision: 134023

upgpkg: nodejs 0.12.4-1

Modified:
  nodejs/trunk/PKGBUILD
Deleted:
  nodejs/trunk/nodejs.install

----------------+
 PKGBUILD       |    7 +++----
 nodejs.install |    7 -------
 2 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-24 04:04:15 UTC (rev 134022)
+++ PKGBUILD	2015-05-24 05:48:33 UTC (rev 134023)
@@ -9,8 +9,8 @@
 # Contributor: TIanyi Cui <tianyicui at gmail.com>
 
 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')
 url='http://nodejs.org/'
@@ -18,9 +18,8 @@
 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")
-sha256sums=('e65d83c6f2c874e28f65c5e192ac0acd2bbb52bfcf9d77e33442d6765a3eb9da')
+sha256sums=('3298d0997613a04ac64343e8316da134d04588132554ae402eb344e3369ec912')
 
 prepare() {
   cd node-v$pkgver

Deleted: nodejs.install
===================================================================
--- nodejs.install	2015-05-24 04:04:15 UTC (rev 134022)
+++ nodejs.install	2015-05-24 05:48:33 UTC (rev 134023)
@@ -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
-}



More information about the arch-commits mailing list