[arch-commits] Commit in node-gyp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Oct 14 16:58:55 UTC 2019
Date: Monday, October 14, 2019 @ 16:58:55
Author: felixonmars
Revision: 515760
upgpkg: node-gyp 6.0.0-1
Modified:
node-gyp/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 16:57:54 UTC (rev 515759)
+++ PKGBUILD 2019-10-14 16:58:55 UTC (rev 515760)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=node-gyp
-pkgver=5.0.3
+pkgver=6.0.0
pkgrel=1
pkgdesc='Node.js native addon build tool'
arch=('any')
@@ -11,7 +11,7 @@
makedepends=('npm')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cff25db64146526d1069052eb2f968c98b860ee6f79d46cea3975ed45cf9edc33efa8b014ef41ab415124e517593fc3cbc51cfc715d6eb3c46be4c574a968191')
+sha512sums=('433e9775ad9b2b376ca285c84daac67f6b9a08971887bb9afa37913227c11664f3d297a8d095ba223a6a10b957f998875e986c2b321281a0ac65e41c8796be34')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list