[arch-commits] Commit in pm2/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Feb 14 03:13:49 UTC 2016


    Date: Sunday, February 14, 2016 @ 04:13:48
  Author: fyan
Revision: 161508

upgpkg: pm2 1.0.1-2

dedup semver

Modified:
  pm2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-14 03:08:01 UTC (rev 161507)
+++ PKGBUILD	2016-02-14 03:13:48 UTC (rev 161508)
@@ -3,12 +3,12 @@
 
 pkgname=pm2
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Production process manager for Node.JS applications with a built-in load balancer'
 arch=('any')
 url='http://pm2.keymetrics.io'
 license=('AGPL3')
-depends=('nodejs' 'coffee-script')
+depends=('nodejs' 'coffee-script' 'semver')
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
         pm2.service)
@@ -23,7 +23,7 @@
 
   # Experimental dedup
   cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in coffee-script; do
+  for dep in coffee-script semver; do
     rm -r $dep;
     npm link $dep;
   done



More information about the arch-commits mailing list