Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pnpm


Commits:
35e4645a by Daniel M. Capella at 2023-10-28T15:26:59-04:00
upgpkg: 8.10.0-2: Add node-gyp dep

Fixes FS#80095

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = pnpm
        pkgdesc = Fast, disk space efficient package manager
        pkgver = 8.10.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://pnpm.io
        arch = any
        license = MIT
        makedepends = git
        makedepends = pnpm
-       depends = nodejs
+       depends = node-gyp
        source = git+https://github.com/pnpm/pnpm.git#tag=v8.10.0?signed
        validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
        b2sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=pnpm
 pkgver=8.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')
 url=https://pnpm.io
 license=('MIT')
-depends=("nodejs")
+depends=('node-gyp')
 makedepends=('git' 'pnpm')
 source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver?signed";)
 b2sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/35e4645a2374e12c4cabc0e40277e376a00ac319

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/35e4645a2374e12c4cabc0e40277e376a00ac319
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to