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

Felix Yan felixonmars at archlinux.org
Sat Jun 16 16:03:14 UTC 2018


    Date: Saturday, June 16, 2018 @ 16:03:13
  Author: felixonmars
Revision: 343407

upgpkg: node-gyp 3.7.0-1

Modified:
  node-gyp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-16 16:02:45 UTC (rev 343406)
+++ PKGBUILD	2018-06-16 16:03:13 UTC (rev 343407)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=node-gyp
-pkgver=3.6.2
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Node.js native addon build tool'
 arch=('any')
@@ -12,11 +12,10 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('1f68f079354b06c84bfd6eac5abbbd7ff1a6aaea0cca1f738f27ecce77d7d34ab44b95ca2ebac3d4cfa9ca8c2e5f3a7068e72553b7a8dfba4e6909256c50d007')
+sha512sums=('a83404fc5b7dc573face9870c78b03d2df9587057bc856a5a0ca5f6cbd909e70d97326a26a45a52ddb4518641f4c0c291477696d1851c558481cdd4e2808e06e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
 
   # Why 777? :/
   chmod -R u=rwX,go=rX "$pkgdir"



More information about the arch-commits mailing list