Package Details: bruno 2.15.1-1

Git Clone URL: https://aur.archlinux.org/bruno.git (read-only, click to copy)
Package Base: bruno
Description: Opensource API Client for Exploring and Testing APIs
Upstream URL: https://www.usebruno.com/
Licenses: MIT
Submitter: vianney
Maintainer: vianney
Last Packager: vianney
Votes: 10
Popularity: 0.009589
First Submitted: 2023-10-09 08:44 (UTC)
Last Updated: 2025-12-13 13:12 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

vianney commented on 2025-12-13 13:17 (UTC)

fixed build by using asar from the dependency instead of relying on the arch package.

vianney commented on 2025-11-23 22:09 (UTC)

@coderkun, it did not with the node version provided in .nvmrc. I took the liberty to upgrade node to the latest version for the major provided in this file and now it does build... but does not start. I'll investigate more tomorrow.

coderkun commented on 2025-11-22 14:05 (UTC)

@vianney, does version 2.14.2 build successfully again?

vianney commented on 2025-09-17 05:59 (UTC) (edited on 2025-09-17 05:59 (UTC) by vianney)

2.11.0 out now. It uses electron37 but it still doesn't build with node 22.11.0 required in .nvmrc.

(node:295417) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
CANNOT RUN WITH NODE 22.11.0
asar requires Node >=22.12.0.

Still not upgrading for now, I'm considering installing asar from npmjs instead of using the one from arch's repositories.

Packaging for js packages is really something else...

vianney commented on 2025-08-11 13:57 (UTC)

Out of date (2.9.0 is out) and will stay that way until I have a look at installing @electron/asar from npm (asar does not support the node version from .nvmrc).

brody commented on 2025-07-30 05:50 (UTC) (edited on 2025-07-30 05:50 (UTC) by brody)

@ramazottii: You are responsible for providing electron33 yourself, e.g. using the AUR package electron33 or electron33-bin.

Ramazottii commented on 2025-07-29 18:58 (UTC) (edited on 2025-07-29 19:02 (UTC) by Ramazottii)

@vianney Hi! It fails during the compilation

==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: electron33-exit status 4
==> Making package: bruno 2.8.0-1 (wto, 29 lip 2025, 20:56:28)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> electron33
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
 -> error making: bruno-exit status 8

vianney commented on 2025-04-27 19:41 (UTC) (edited on 2025-04-29 19:08 (UTC) by vianney)

Hi there, quick update for those wondering: both bruno and bruno-git do not build since the 2.1 release and when I manage to fix the build it does not run. Since updates are made on a best effort basis, do not hesitate to provide help if you have the time to do so. As stated before: help appreciated on here.


edit 04/29 Ok, done fixing it.

vianney commented on 2025-02-18 09:24 (UTC)

@brody: thanks, I missed the update. It's now fixed.

brody commented on 2025-02-17 18:57 (UTC)

Bruno uses electron 33 see https://github.com/usebruno/bruno/blob/dfb0b1b96627a978eb5c33378c026348d0004397/package-lock.json#L11625