1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-28 05:50:31 +01:00

Update to 0.16.0.

This commit is contained in:
2020-10-29 23:50:54 +01:00
parent 2467fc74c2
commit 8438ae6125
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-node-pre-gyp
pkgver=0.15.0
pkgver=0.16.0
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/$_npmname/-/$_npmname-$pkgver.tgz")
noextract=("$_npmname-$pkgver.tgz")
sha1sums=('c2fc383276b74c7ffa842925241553e8b40f1087')
sha1sums=('238fa540364784e5015dfcdba78da3937e18dbdc')
package() {
npm install -g --user root --prefix "$pkgdir/usr" "$_npmname-$pkgver.tgz"