[arch-commits] Commit in node-gyp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 11 07:21:52 UTC 2019
Date: Thursday, July 11, 2019 @ 07:21:51
Author: felixonmars
Revision: 488674
upgpkg: node-gyp 5.0.2-1
Modified:
node-gyp/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-11 04:31:18 UTC (rev 488673)
+++ PKGBUILD 2019-07-11 07:21:51 UTC (rev 488674)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=node-gyp
-pkgver=5.0.0
+pkgver=5.0.2
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=('e887a620c3ad085b0c9bf1911c172500a28b3816600a3bdd655c2e2108498a7a35e01333e681404972d390f80385b62cb9c336f7bf4ddff80f2c69737e9932fd')
+sha512sums=('b0d71be4eede27d5e234085667f504d9b5ac0499f725beeb6b232a30fe308de9e5af50f0cd9c5499bb6622b974e04534a797cddab53d5880d5faed046ec23ca1')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list