1
0
mirror of https://github.com/bertptrs/aur.git synced 2026-05-11 15:20:35 +02:00

upgpkg: nodejs-node-pre-gyp 2.0.3-1

upstream release
This commit is contained in:
2026-04-19 11:59:49 +02:00
parent 29db4ff532
commit 88ca54d1bb
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
_npmname=node-pre-gyp
pkgname=nodejs-$_npmname
pkgver=2.0.0
pkgver=2.0.3
pkgrel=1
pkgdesc="Node.js tool for easy binary deployment of C++ addons "
arch=('any')
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/@mapbox/$_npmname/-/$_npmname-$pkgver.tgz")
noextract=("$_npmname-$pkgver.tgz")
sha256sums=('29c4949a4fa54ac2a4657c8ba22d8099bc794a55fe43c6590269d48b1a97ed09')
sha256sums=('945de1b744b422c0400890ff11661d575e74a5f4238bee66eddadf723ce9cab2')
package() {
npm install -g --prefix "$pkgdir/usr" "$_npmname-$pkgver.tgz"