[arch-commits] Commit in node-gyp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 4 06:47:51 UTC 2019
Date: Friday, October 4, 2019 @ 06:47:51
Author: felixonmars
Revision: 512690
upgpkg: node-gyp 5.0.3-1
Modified:
node-gyp/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 06:47:41 UTC (rev 512689)
+++ PKGBUILD 2019-10-04 06:47:51 UTC (rev 512690)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=node-gyp
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.0.3
+pkgrel=1
pkgdesc='Node.js native addon build tool'
arch=('any')
url='https://github.com/nodejs/node-gyp'
@@ -11,7 +11,7 @@
makedepends=('npm')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b0d71be4eede27d5e234085667f504d9b5ac0499f725beeb6b232a30fe308de9e5af50f0cd9c5499bb6622b974e04534a797cddab53d5880d5faed046ec23ca1')
+sha512sums=('cff25db64146526d1069052eb2f968c98b860ee6f79d46cea3975ed45cf9edc33efa8b014ef41ab415124e517593fc3cbc51cfc715d6eb3c46be4c574a968191')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list