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


Commits:
6a7a9da2 by Daniel M. Capella at 2026-05-19T11:40:47-04:00
upgpkg: 11.1.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = pnpm
        pkgdesc = Fast, disk space efficient package manager
-       pkgver = 10.33.4
+       pkgver = 11.1.3
        pkgrel = 1
        url = https://pnpm.io
        arch = any
@@ -9,8 +9,8 @@ pkgbase = pnpm
        makedepends = pnpm
        makedepends = python
        depends = node-gyp
-       source = git+https://github.com/pnpm/pnpm.git#tag=v10.33.4?signed
+       source = git+https://github.com/pnpm/pnpm.git#tag=v11.1.3?signed
        validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
-       b2sums = 
ac8a2b5d5495c49961ac40284ff9f55625fb7c507077148d9448f7785b315d6698eb9e80b47808122aedf13e5ff47bcab2c07e51677f44446ac5be6d0f363084
+       b2sums = 
5582802a254ce0c049d45487992ec910c6386d7cbbd58dc099e4a2166d3edb40565c3e45920bb95f08f5a264cb29490e0c056782906bccb8702f2e616b24d118
 
 pkgname = pnpm


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Tomasz Jakub Rup <[email protected]>
 
 pkgname=pnpm
-pkgver=10.33.4
+pkgver=11.1.3
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=(any)
@@ -16,7 +16,7 @@ makedepends=(
   python
 )
 source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver?signed";)
-b2sums=('ac8a2b5d5495c49961ac40284ff9f55625fb7c507077148d9448f7785b315d6698eb9e80b47808122aedf13e5ff47bcab2c07e51677f44446ac5be6d0f363084')
+b2sums=('5582802a254ce0c049d45487992ec910c6386d7cbbd58dc099e4a2166d3edb40565c3e45920bb95f08f5a264cb29490e0c056782906bccb8702f2e616b24d118')
 validpgpkeys=(7B74D1299568B586BA9962B5649E4D4AF74E7DEC) # Zoltan Kochan 
<[email protected]>
 
 prepare() {
@@ -33,12 +33,12 @@ package() {
   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
+  ln -s $mod_dir/bin/$pkgname.mjs "$pkgdir"/usr/bin/$pkgname
+  ln -s $mod_dir/bin/pnpx.mjs "$pkgdir"/usr/bin/pnpx
 
   cd $pkgname/$pkgname
   cp -r bin package.json "$pkgdir"/$mod_dir
   install -Dt "$pkgdir"/usr/share/licenses/$pkgname LICENSE
   cd dist
-  cp -r $pkgname.cjs pnpmrc templates worker.js "$pkgdir"/$mod_dir/dist
+  cp -r $pkgname.mjs pnpmrc templates worker.js "$pkgdir"/$mod_dir/dist
 }



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/6a7a9da22c4bb12641ea612eaf6a714fb6e3e348
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to