Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
npm
Commits:
8f5218ea by Daniel M. Capella at 2023-11-02T18:07:58-04:00
upgpkg: 10.2.3-2: Remove node-gyp bin file
Could be modified to use our node-gyp package, but does not seem necessary.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = npm
pkgdesc = A package manager for JavaScript
pkgver = 10.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.npmjs.com/
arch = any
license = custom:Artistic
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=npm
pkgver=10.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='A package manager for JavaScript'
arch=('any')
url='https://www.npmjs.com/'
@@ -49,7 +49,7 @@ package() {
cd "$pkgdir"
# Remove superfluous scripts
- rm -r
./$_npmdir/{bin/{node-gyp-bin/node-gyp.cmd,np{m,x}{,.{cmd,ps1}}},node_modules/.bin}
+ rm -r ./$_npmdir/{bin/{node-gyp-bin,np{m,x}{,.{cmd,ps1}}},node_modules/.bin}
# Experimental dedup
rm -r ./$_npmdir/node_modules/{node-gyp,nopt,semver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/8f5218ea0713b97808fd5634e83b56281cd9c56c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/8f5218ea0713b97808fd5634e83b56281cd9c56c
You're receiving this email because of your account on gitlab.archlinux.org.