Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pnpm
Commits:
31d99d1d by Daniel M. Capella at 2024-09-18T18:55:46-04:00
upgpkg: 9.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pnpm
pkgdesc = Fast, disk space efficient package manager
- pkgver = 9.7.1
+ pkgver = 9.8.0
pkgrel = 1
url = https://pnpm.io
arch = any
@@ -8,8 +8,8 @@ pkgbase = pnpm
makedepends = git
makedepends = pnpm
depends = node-gyp
- source = git+https://github.com/pnpm/pnpm.git#tag=v9.7.1?signed
+ source = git+https://github.com/pnpm/pnpm.git#tag=v9.8.0?signed
validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
- b2sums =
a3f55c8223d9316e950ac9ad023a53eb4f40be72aeb94fb0177d9f62d121a5c112ed1edf430fcc66f599800449c1c369306cffa0d3131c94132e5ad50e2ccd9a
+ b2sums =
77ff7b8e5e67345a8508668998b16af3cef39ddd11b675c3bd1d3f03705d086bd680e7f7bee0bd131803b436a75df077748cfe2410063d52018c9ab933c7906a
pkgname = pnpm
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tomasz Jakub Rup <[email protected]>
pkgname=pnpm
-pkgver=9.7.1
+pkgver=9.8.0
pkgrel=1
pkgdesc='Fast, disk space efficient package manager'
arch=(any)
@@ -15,7 +15,7 @@ makedepends=(
pnpm
)
source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver?signed")
-b2sums=('a3f55c8223d9316e950ac9ad023a53eb4f40be72aeb94fb0177d9f62d121a5c112ed1edf430fcc66f599800449c1c369306cffa0d3131c94132e5ad50e2ccd9a')
+b2sums=('77ff7b8e5e67345a8508668998b16af3cef39ddd11b675c3bd1d3f03705d086bd680e7f7bee0bd131803b436a75df077748cfe2410063d52018c9ab933c7906a')
validpgpkeys=(7B74D1299568B586BA9962B5649E4D4AF74E7DEC) # Zoltan Kochan
<[email protected]>
prepare() {
@@ -30,6 +30,7 @@ build() {
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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/31d99d1df84578948992681587a712b4efd13cf5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/31d99d1df84578948992681587a712b4efd13cf5
You're receiving this email because of your account on gitlab.archlinux.org.