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.84
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 Next › Last »

rnestler commented on 2023-10-12 13:31 (UTC)

What is the difference of this package to https://aur.archlinux.org/packages/bun-bin?

NoelJacob commented on 2023-10-11 10:34 (UTC)

Guys please wait atleast 10 minutes before marking as outdated 😅

graves501 commented on 2023-10-05 22:16 (UTC)

Nitpick:

Contrubutor: sh!zeeg

Should be "Contributor" :)

Thanks for maintaining this package!

NoelJacob commented on 2023-10-04 16:25 (UTC)

@LaPingvino done!

LaPingvino commented on 2023-10-04 11:19 (UTC) (edited on 2023-10-04 11:20 (UTC) by LaPingvino)

Bug still present in 1.0.4-1

Is now:

_baseline_sha256sums='79300fcfb410385f6bd73736ccdf83cd87e0e0e8427346f68551da70b6813c85'
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then
  _baseline='-baseline'
  sha256sums_x86_64=(sha256sums_x86_64_baseline)
fi

Should be:

_baseline_sha256sums='79300fcfb410385f6bd73736ccdf83cd87e0e0e8427346f68551da70b6813c85'
if [[ $CARCH == 'x86_64' && $(cat /proc/cpuinfo | grep avx2) = '' ]];then
  _baseline='-baseline'
  sha256sums_x86_64=($_baseline_sha256sums)
fi

or something similar. the current reference doesn't do anything and makes the package fail on baseline systems.

LaPingvino commented on 2023-09-26 16:18 (UTC) (edited on 2023-09-26 16:19 (UTC) by LaPingvino)

There is a bug in the part of the PKGBUILD that checks the baseline sha256sums. it is defined as _baseline_sha256sums but then a different non-existing variable is used to actually assign it. That line should be

sha256sums_x86_64=($_baseline_sha256sums)

instead of what it shows now.

I was wondering why the update failed on my VPS but when I checked the PKGBUILD that became very obvious.

MarsSeed commented on 2023-09-13 12:59 (UTC)

Please declare the necessary conflicts=(bun). Thank you in advance.

asapdotid commented on 2023-09-13 04:07 (UTC) (edited on 2023-09-13 04:07 (UTC) by asapdotid)

running bunx using 'bun x' or temporary solution using bash alias. alias bunx='bun x'

NoelJacob commented on 2023-09-12 17:13 (UTC)

@shizeeg It's done! Thanks :D

gabriel-del commented on 2023-09-12 14:22 (UTC)

There insn't bunx