[arch-commits] Commit in cordova/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 22 07:51:46 UTC 2016


    Date: Friday, July 22, 2016 @ 07:51:45
  Author: felixonmars
Revision: 183691

archrelease: copy trunk to community-any

Added:
  cordova/repos/community-any/PKGBUILD
    (from rev 183690, cordova/trunk/PKGBUILD)
Deleted:
  cordova/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 07:51:31 UTC (rev 183690)
+++ PKGBUILD	2016-07-22 07:51:45 UTC (rev 183691)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cordova
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Cordova command line interface tool'
-arch=('any')
-url='http://cordova.apache.org'
-license=('Apache')
-depends=('npm' 'semver' 'browserify')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('86d269e2f336da51313dae78d895fd29')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver npm browserify; do
-    rm -r $dep;
-    npm link $dep;
-  done
-
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-    rm -r $dep;
-    npm link $dep;
-  done
-}

Copied: cordova/repos/community-any/PKGBUILD (from rev 183690, cordova/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-22 07:51:45 UTC (rev 183691)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cordova
+pkgver=6.3.0
+pkgrel=1
+pkgdesc='Cordova command line interface tool'
+arch=('any')
+url='http://cordova.apache.org'
+license=('Apache')
+depends=('npm' 'semver' 'browserify')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('63691446a2f7989dd4b8d410a89765db')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver npm browserify; do
+    rm -r $dep;
+    npm link $dep;
+  done
+
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+    rm -r $dep;
+    npm link $dep;
+  done
+}



More information about the arch-commits mailing list