[arch-commits] Commit in node-gyp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 1 03:19:58 UTC 2019
Date: Monday, July 1, 2019 @ 03:19:58
Author: felixonmars
Revision: 486850
upgpkg: node-gyp 5.0.0-1
Modified:
node-gyp/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-01 03:19:21 UTC (rev 486849)
+++ PKGBUILD 2019-07-01 03:19:58 UTC (rev 486850)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=node-gyp
-pkgver=4.0.0
+pkgver=5.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=('d978abc89f2c202368e9e8fc77489d5c310c29f55f14aee47a4182b4902e7a51ac607431863d772937fde6cc1308dd9d67fe254df67ce05bb7d63a8910482358')
+sha512sums=('e887a620c3ad085b0c9bf1911c172500a28b3816600a3bdd655c2e2108498a7a35e01333e681404972d390f80385b62cb9c336f7bf4ddff80f2c69737e9932fd')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list