[arch-commits] Commit in grunt-cli/repos/community-any (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Aug 19 09:42:40 UTC 2018
Date: Sunday, August 19, 2018 @ 09:42:40
Author: felixonmars
Revision: 372762
archrelease: copy trunk to community-any
Added:
grunt-cli/repos/community-any/PKGBUILD
(from rev 372761, grunt-cli/trunk/PKGBUILD)
grunt-cli/repos/community-any/grunt-cli.install
(from rev 372761, grunt-cli/trunk/grunt-cli.install)
Deleted:
grunt-cli/repos/community-any/PKGBUILD
grunt-cli/repos/community-any/grunt-cli.install
-------------------+
PKGBUILD | 64 ++++++++++++++++++++++++++--------------------------
grunt-cli.install | 20 ++++++++--------
2 files changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 09:42:21 UTC (rev 372761)
+++ PKGBUILD 2018-08-19 09:42:40 UTC (rev 372762)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Mario Finelli <mario dot finelli at yahoo dot com>
-# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
-# Contributor: Peter Wu <lekensteyn at gmail dot com>
-
-pkgname=grunt-cli
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="The grunt command line interface."
-arch=('any')
-url="http://gruntjs.com/"
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-provides=('nodejs-grunt-cli')
-conflicts=('nodejs-grunt-cli')
-replaces=('nodejs-grunt-cli')
-install=${pkgname}.install
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5cf4f2f1c7d26c8adfd86b745838e7dc4cd6ff19ba9fb467157d24a22e53f3bc4d048cc96dc33c0457fead385e2873be0bb02603fc3c3d6082106ba6836c96b4')
-
-package() {
- npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
- # Why 777? :/
- chmod -R u=rwX,go=rX "$pkgdir"
-
- mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
- ln -s "../../../lib/node_modules/$pkgname/LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: grunt-cli/repos/community-any/PKGBUILD (from rev 372761, grunt-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-19 09:42:40 UTC (rev 372762)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mario Finelli <mario dot finelli at yahoo dot com>
+# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
+# Contributor: Peter Wu <lekensteyn at gmail dot com>
+
+pkgname=grunt-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="The grunt command line interface."
+arch=('any')
+url="http://gruntjs.com/"
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+provides=('nodejs-grunt-cli')
+conflicts=('nodejs-grunt-cli')
+replaces=('nodejs-grunt-cli')
+install=${pkgname}.install
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('530051bbf4290230dce770d12c49328a515d2f4cde9e9c6ef9f75d4c896c17f289a9d35c1da426bf2bb55b77037ac67daeaa9974a2b903cf900c8c8b5045a865')
+
+package() {
+ npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+ # Why 777? :/
+ chmod -R u=rwX,go=rX "$pkgdir"
+
+ mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s "../../../lib/node_modules/$pkgname/LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/"
+}
Deleted: grunt-cli.install
===================================================================
--- grunt-cli.install 2018-08-19 09:42:21 UTC (rev 372761)
+++ grunt-cli.install 2018-08-19 09:42:40 UTC (rev 372762)
@@ -1,10 +0,0 @@
-post_install() {
- # fixup permissions
- chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/grunt-cli/node_modules \
- /usr/lib/node_modules/grunt-cli/node_modules/.bin
-}
-
-post_upgrade() {
- post_install
-}
Copied: grunt-cli/repos/community-any/grunt-cli.install (from rev 372761, grunt-cli/trunk/grunt-cli.install)
===================================================================
--- grunt-cli.install (rev 0)
+++ grunt-cli.install 2018-08-19 09:42:40 UTC (rev 372762)
@@ -0,0 +1,10 @@
+post_install() {
+ # fixup permissions
+ chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/grunt-cli/node_modules \
+ /usr/lib/node_modules/grunt-cli/node_modules/.bin
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list