Search Criteria
Package Details: bun-bin 1.1.36-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: | 70 |
Popularity: | 4.09 |
First Submitted: | 2022-07-06 01:57 (UTC) |
Last Updated: | 2024-11-19 23:40 (UTC) |
Dependencies (0)
Required by (12)
- ags-hyprpanel-git
- bun-git (requires bun) (make)
- citadel-git (requires bun) (make)
- cup-docker (requires bun) (make)
- keyvis (requires bun) (make)
- keyvis (requires bun)
- onlook-git (requires bun) (make)
- overlay-spirit-git (requires bun) (make)
- photon-lemmy (requires bun)
- soundcloud-rpc-git (requires bun) (make)
- webcam-glass-git (requires bun) (make)
- wora-git (requires bun) (make)
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 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