Package Details: bun-bin 1.2.9-1

Git Clone URL: https://aur.archlinux.org/bun-bin.git (read-only, click to copy)
Package Base: bun-bin
Description: All-in-one JavaScript runtime built for speed, with bundler, transpiler, test runner, and package manager. Includes bunx, shell completions and support for baseline CPUs
Upstream URL: https://github.com/oven-sh/bun
Keywords: bun javascript npm
Licenses: MIT
Conflicts: bun
Provides: bun
Submitter: thdxr
Maintainer: NoelJacob
Last Packager: NoelJacob
Votes: 80
Popularity: 4.18
First Submitted: 2022-07-06 01:57 (UTC)
Last Updated: 2025-04-09 06:57 (UTC)

Dependencies (0)

Required by (25)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5

aorth commented on 2022-08-24 04:39 (UTC) (edited on 2022-08-24 04:46 (UTC) by aorth)

Why do you skip sha512sums? That's like taking the brakes off your bike to make it faster. If you can't be bothered to update the sha512sums with every release, you should let someone else maintain this package.

Also, the canonical GitHub repository for bun has changed to https://github.com/oven-sh/bun, as @orans mentioned.

swz commented on 2022-08-03 21:26 (UTC)

You should probably consider changing the name of the downloaded zip file. Some aur helpers (including yay) see that there already is a bun-linux-x64.zip file and then uses the old one instead of downloading the new version. You can solve this by replacing source=("https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip") with source=("bun-linux-x64-${pkgver}.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")

orans commented on 2022-08-01 04:26 (UTC)

The url of the repo should be updated from https://github.com/Jarred-Sumner/bun to https://github.com/oven-sh/bun. :)

dchusovitin commented on 2022-07-10 05:31 (UTC)

@friday, "updpkgsums" command can easily update checksums

friday commented on 2022-07-08 19:08 (UTC)

@thdxr Latest update changed the version but not the checksum: ==> Validating source files with sha512sums... bun-linux-x64.zip ... FAILED ==> ERROR: One or more files did not pass the validity check! -> error downloading sources: bun-bin context: exit status 1

Technically you can write SKIP (ex: "sha256sums=('SKIP')") instead of the checksum and it'll work also, in case checking and updating the hash every release adds too much work.

navarroaxel commented on 2022-07-07 14:00 (UTC)

I'll update the package to a build from source now the Git repo is public. Anyone can help with a PKGBUILD here https://github.com/navarroaxel/archlinux-packages

sainnhe commented on 2022-07-07 11:54 (UTC)

This package should be renamed as bun-bin since it does not compile from source.