Search Criteria
Package Details: bun-bin 1.2.9-1
Package Actions
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)
- alicorn-git (requires bun) (make)
- bananas (requires bun) (make)
- betterx-desktop-git (requires bun) (make)
- bun-git (requires bun) (make)
- citadel-git (requires bun) (make)
- cup-docker (requires bun) (make)
- dogelog-js (requires bun) (optional)
- interview-coder-git (requires bun) (make)
- keyvis (requires bun)
- keyvis (requires bun) (make)
- meru-git (requires bun) (make)
- moo (requires bun) (make)
- museeks (requires bun) (make)
- museeks-git (requires bun) (make)
- ollama-lab (requires bun) (make)
- onlook-git (requires bun) (make)
- overlay-spirit-git (requires bun) (make)
- photon-lemmy (requires bun)
- pulse-browser-git (requires bun) (make)
- soundcloud-rpc-git (requires bun) (make)
- Show 5 more...
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 replacingsource=("https://github.com/Jarred-Sumner/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")
withsource=("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.
« First ‹ Previous 1 2 3 4 5