commit:     463148a30b4fe72b584c8ec6750e9c5a0cf5263c
Author:     Ada Ahmed <yretenai <AT> gmail <DOT> com>
AuthorDate: Thu Jul 25 11:05:21 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 25 11:05:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=463148a3

sys-apps/pnpm-bin: Manifest & Fix DIST Name

Signed-off-by: Ada Ahmed <yretenai <AT> gmail.com>

 sys-apps/pnpm-bin/Manifest              | 2 ++
 sys-apps/pnpm-bin/pnpm-bin-9.6.0.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-apps/pnpm-bin/Manifest b/sys-apps/pnpm-bin/Manifest
index 718652e1f..193602bca 100644
--- a/sys-apps/pnpm-bin/Manifest
+++ b/sys-apps/pnpm-bin/Manifest
@@ -1,2 +1,4 @@
 DIST pnpm-bin-9.0.6 58732810 BLAKE2B 
78647187661a3ca4174e33c32b35fc4cd002d60fc84afda6de3bf69c40ebb7cd98f6daea7395b32610493fa1d18ece770148739b8918f9ba5f71dee274eb7444
 SHA512 
c9a7ecaf51aaf48b68292c7d554864efd0d3e6f1c2a434b09df0b951589a71f14ed3e72f83e0c16e54b3c9cb7c819712b58e291b38297fdf26325316632fd167
 DIST pnpm-bin-9.5.0 59513182 BLAKE2B 
3fc1e81784a7bf4f177b504cd9941cc9ffb9b50a4a47ea14b76dfcd200f2322e57fed0f1087e17a85bcf62d6d7e179324c6c2c449a34694b12e72b7815c03e0e
 SHA512 
c32c103cb32111617f2401bbd785f796c44516929b389a82728b3b831a6ed72073f1fc87af918d501f5a93422687bccc322ae30a001f22bc3e2a39d736c9a95e
+DIST pnpm-bin-9.6.0-amd64 59521974 BLAKE2B 
9bdcba32ba94ef9db6c49ddb5ed10d56003da585b897eaf3687055d38fc05810b4b1a6c0f05558d4417bdcbf52c072a1b7ff153eb2209fa8211a80a430a78966
 SHA512 
6e6f14cf0d52f2046206cb032b797a9c10623ea2e4a23e222d6791de166a02fdea8c9c365b8d2500448a92cf5e49eb5866bbf95ac69eaa6abe8fed817ee2a2f7
+DIST pnpm-bin-9.6.0-arm64 58044950 BLAKE2B 
24242ba24c4aebdbfadc8438900a0e7504ef44c8252f1f866b9437be340dc54c8847b5f84fccb79174e3519e9a1f3aa7bf82388f1f839022210bccb374c8f76b
 SHA512 
9139ce7e4120310ae49eda2bb51f3e3c592d2db7860da9d1004e733c8d95ee62c4de2679e8807ebb10c9ec341626518d681ffff6a94562a8bf7c94b3a1ff7fe5

diff --git a/sys-apps/pnpm-bin/pnpm-bin-9.6.0.ebuild 
b/sys-apps/pnpm-bin/pnpm-bin-9.6.0.ebuild
index 10758d811..4dada5bb0 100644
--- a/sys-apps/pnpm-bin/pnpm-bin-9.6.0.ebuild
+++ b/sys-apps/pnpm-bin/pnpm-bin-9.6.0.ebuild
@@ -6,8 +6,8 @@ EAPI=8
 DESCRIPTION="Fast, disk space efficient package manager, alternative to npm 
and yarn"
 HOMEPAGE="https://pnpm.io";
 SRC_URI="
-       amd64? ( 
https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> 
${PV}-amd64 )
-       arm64? ( 
https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-arm64 -> 
${PV}-arm64 )
+       amd64? ( 
https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> 
${P}-amd64 )
+       arm64? ( 
https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-arm64 -> 
${P}-arm64 )
 "
 
 S="${WORKDIR}"
@@ -21,5 +21,5 @@ RESTRICT="strip"
 QA_PREBUILT="usr/bin/pnpm"
 
 src_install() {
-       newbin "${DISTDIR}/${PV}-${ARCH}" pnpm
+       newbin "${DISTDIR}/${P}-${ARCH}" pnpm
 }

Reply via email to