Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
node-gyp
Commits:
676c76d8 by Daniel M. Capella at 2023-10-28T20:45:49-04:00
upgpkg: 10.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = node-gyp
pkgdesc = Node.js native addon build tool
- pkgver = 9.4.1
+ pkgver = 10.0.0
pkgrel = 1
url = https://github.com/nodejs/node-gyp
arch = any
@@ -10,8 +10,8 @@ pkgbase = node-gyp
depends = nodejs-nopt
depends = python
depends = semver
- noextract = node-gyp-9.4.1.tgz
- source = https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz
- sha512sums =
39091629b8d029b1a431fff1a88d638f2de809380c28969ce7c1b6f9b8d96f77f36ba816d98ac249d31061aa136fbd1caef13ffc69e0af87f40205479aa1ef05
+ noextract = node-gyp-10.0.0.tgz
+ source = https://registry.npmjs.org/node-gyp/-/node-gyp-10.0.0.tgz
+ sha512sums =
2e468a51b8f269c2464478ae8547946e5cd93714c5d7f5cda28c8097a6a2689e99a5ebab478324f6c8f19dc18d488ee9113ab2a8cfa12c0111d3bf3ca12c6dd0
pkgname = node-gyp
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=node-gyp
-pkgver=9.4.1
+pkgver=10.0.0
pkgrel=1
pkgdesc='Node.js native addon build tool'
arch=('any')
@@ -12,7 +12,7 @@ depends=('nodejs' 'nodejs-nopt' 'python' 'semver')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('39091629b8d029b1a431fff1a88d638f2de809380c28969ce7c1b6f9b8d96f77f36ba816d98ac249d31061aa136fbd1caef13ffc69e0af87f40205479aa1ef05')
+sha512sums=('2e468a51b8f269c2464478ae8547946e5cd93714c5d7f5cda28c8097a6a2689e99a5ebab478324f6c8f19dc18d488ee9113ab2a8cfa12c0111d3bf3ca12c6dd0')
package() {
npm install -g --prefix "$pkgdir"/usr $pkgname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/commit/676c76d8f0ea9c0cda26f0f82667d524a197b201
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/commit/676c76d8f0ea9c0cda26f0f82667d524a197b201
You're receiving this email because of your account on gitlab.archlinux.org.