Skip to content

add: pnpm-bin - #9306

Open
tatsumoto-ren wants to merge 8 commits into
pacstall:masterfrom
tatsumoto-ren:pnpm
Open

add: pnpm-bin#9306
tatsumoto-ren wants to merge 8 commits into
pacstall:masterfrom
tatsumoto-ren:pnpm

Conversation

@tatsumoto-ren

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the Package Add Use this to request a package to be added label Aug 25, 2026
Comment thread packages/pnpm-bin/pnpm-bin.pacscript Outdated
Comment thread packages/pnpm-bin/pnpm-bin.pacscript Outdated
Comment thread packages/pnpm-bin/pnpm-bin.pacscript Outdated
tatsumoto-ren and others added 3 commits August 27, 2026 10:02
Co-authored-by: Elisabeth Wenger-Stickel <ewengerstickel@protonmail.com>
Co-authored-by: Elisabeth Wenger-Stickel <ewengerstickel@protonmail.com>
Co-authored-by: Elisabeth Wenger-Stickel <ewengerstickel@protonmail.com>
@tatsumoto-ren

Copy link
Copy Markdown
Contributor Author

Applied the suggestions.

@Elsie19

Elsie19 commented Aug 27, 2026

Copy link
Copy Markdown
Member

Where is .SRCINFO?

@Elsie19 Elsie19 added the blocked Unable to be merged due to some issue label Aug 27, 2026
@tatsumoto-ren

Copy link
Copy Markdown
Contributor Author

Where is .SRCINFO?

See ee701d6

Comment on lines +15 to +26
source_amd64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-x64.tar.gz"
)
sha256sums_amd64=(
"0a9b76dedb5fe8cc5e7f3a9fd70854181cfb08a487ebaf0c9cfb044dc860936c"
)
source_arm64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-arm64.tar.gz"
)
sha256sums_arm64=(
"52f9cd410ef3bbb1cdd79c399b27772fa6d929bc3cf7c80ff3923a81e1c93be3"
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
source_amd64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-x64.tar.gz"
)
sha256sums_amd64=(
"0a9b76dedb5fe8cc5e7f3a9fd70854181cfb08a487ebaf0c9cfb044dc860936c"
)
source_arm64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-arm64.tar.gz"
)
sha256sums_arm64=(
"52f9cd410ef3bbb1cdd79c399b27772fa6d929bc3cf7c80ff3923a81e1c93be3"
)
source_amd64=("https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-x64.tar.gz")
sha256sums_amd64=("0a9b76dedb5fe8cc5e7f3a9fd70854181cfb08a487ebaf0c9cfb044dc860936c")
source_arm64=("https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-arm64.tar.gz")
sha256sums_arm64=("52f9cd410ef3bbb1cdd79c399b27772fa6d929bc3cf7c80ff3923a81e1c93be3")

@Elsie19 Elsie19 removed the blocked Unable to be merged due to some issue label Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Package Add Use this to request a package to be added

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants