Package Details: bun-bin 1.1.7-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: 52
Popularity: 3.92
First Submitted: 2022-07-06 01:57 (UTC)
Last Updated: 2024-05-03 14:28 (UTC)

Dependencies (0)

Required by (2)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5

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.