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


Commits:
87fd2783 by Daniel M. Capella at 2023-11-24T20:06:34-05:00
upgpkg: 8.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = pnpm
        pkgdesc = Fast, disk space efficient package manager
-       pkgver = 8.10.5
+       pkgver = 8.11.0
        pkgrel = 1
        url = https://pnpm.io
        arch = any
@@ -8,7 +8,7 @@ pkgbase = pnpm
        makedepends = git
        makedepends = pnpm
        depends = node-gyp
-       source = git+https://github.com/pnpm/pnpm.git#tag=v8.10.5?signed
+       source = git+https://github.com/pnpm/pnpm.git#tag=v8.11.0?signed
        validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
        b2sums = SKIP
 


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Tomasz Jakub Rup <[email protected]>
 
 pkgname=pnpm
-pkgver=8.10.5
+pkgver=8.11.0
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')
@@ -22,14 +22,14 @@ build() {
 }
 
 package() {
-  local _npmdir=/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/{usr/bin,$_npmdir/dist}
-  ln -s $_npmdir/bin/$pkgname.cjs "$pkgdir"/usr/bin/$pkgname
-  ln -s $_npmdir/bin/pnpx.cjs "$pkgdir"/usr/bin/pnpx
+  local mod_dir=/usr/lib/node_modules/$pkgname
+  install -d "$pkgdir"/{usr/bin,$mod_dir/dist}
+  ln -s $mod_dir/bin/$pkgname.cjs "$pkgdir"/usr/bin/$pkgname
+  ln -s $mod_dir/bin/pnpx.cjs "$pkgdir"/usr/bin/pnpx
 
   cd $pkgname/$pkgname
-  cp -r bin package.json "$pkgdir"/$_npmdir
+  cp -r bin package.json "$pkgdir"/$mod_dir
   install -Dt "$pkgdir"/usr/share/licenses/$pkgname LICENSE
   cd dist
-  cp -r $pkgname.cjs pnpmrc scripts worker.js "$pkgdir"/$_npmdir/dist
+  cp -r $pkgname.cjs pnpmrc scripts worker.js "$pkgdir"/$mod_dir/dist
 }



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

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


Reply via email to