Package Details: insomnia-electron-bin 1:12.5.0-1

Git Clone URL: https://aur.archlinux.org/insomnia-electron-bin.git (read-only, click to copy)
Package Base: insomnia-electron-bin
Description: Cross-platform HTTP and GraphQL Client
Upstream URL: https://github.com/Kong/insomnia
Licenses: Apache-2.0
Conflicts: insomnia
Provides: insomnia
Submitter: dusansimic
Maintainer: fmauNeko
Last Packager: fmauNeko
Votes: 3
Popularity: 0.000927
First Submitted: 2021-09-22 02:07 (UTC)
Last Updated: 2026-04-18 19:01 (UTC)

Latest Comments

craftingDragon7 commented on 2025-05-12 07:37 (UTC) (edited on 2025-05-12 07:38 (UTC) by craftingDragon7)

@fmauNeko Currently the build script tries to access a non existant folder, causing the build to fail every time.

LC_ALL=C paru -S insomnia-electron-bin
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) insomnia-electron-bin-1:11.0.1-1

:: Proceed to review? [Y/n]: 

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: insomnia-electron-bin 1:11.0.1-1 (Mon May 12 09:31:12 2025)
==> Retrieving sources...
  -> Found LICENSE
  -> Found insomnia.sh
  -> Found insomnia.desktop
  -> Found Insomnia.Core-11.0.1.tar.gz
==> Validating source files with b2sums...
    LICENSE ... Passed
    insomnia.sh ... Passed
    insomnia.desktop ... Passed
==> Validating source_x86_64 files with b2sums...
    Insomnia.Core-11.0.1.tar.gz ... Passed
==> Making package: insomnia-electron-bin 1:11.0.1-1 (Mon May 12 09:31:12 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found LICENSE
  -> Found insomnia.sh
  -> Found insomnia.desktop
  -> Found Insomnia.Core-11.0.1.tar.gz
==> Validating source files with b2sums...
    LICENSE ... Passed
    insomnia.sh ... Passed
    insomnia.desktop ... Passed
==> Validating source_x86_64 files with b2sums...
    Insomnia.Core-11.0.1.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting Insomnia.Core-11.0.1.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
insomnia-electron-bin-1:11.0.1-1: parsing pkg list...
==> Making package: insomnia-electron-bin 1:11.0.1-1 (Mon May 12 09:31:15 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
/home/julian/.cache/paru/clone/insomnia-electron-bin/PKGBUILD: line 44: cd: Insomnia.Core-11.0.1-x64: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'insomnia-electron-bin-1:11.0.1-1': 
error: packages failed to build: insomnia-electron-bin-1:11.0.1-1

When removing the architecture from the cd command, it works just fine.

diff --git a/PKGBUILD b/PKGBUILD
index 3a97aae..daf9e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,14 +40,7 @@ package() {

        install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"

-       if [[ $CARCH == 'x86_64' ]]; then
-               cd "$_dirname-$pkgver-x64"
-       elif [[ $CARCH == 'aarch64' ]]; then
-               cd "$_dirname-$pkgver-arm64"
-       else
-               echo "Unsupported architecture: $CARCH"
-               exit 1
-       fi
+       cd "$_dirname-$pkgver"

        # Fix file permissions in resources dir
        find resources -type f -exec chmod 644 {} \;

AleksandarT commented on 2023-12-29 08:26 (UTC) (edited on 2023-12-29 08:29 (UTC) by AleksandarT)

% yay -S insomnia-electron-bin

AUR Explicit (1): insomnia-electron-bin-1:8.5.0-1 :: PKGBUILD up to date, skipping download: insomnia-electron-bin

1 insomnia-electron-bin (Build Files Exist)

==> Packages to cleanBuild?

==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)

==> 1 insomnia-electron-bin (Build Files Exist)

==> Diffs to show?

==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==>

==> Making package: insomnia-electron-bin 1:8.5.0-1 (Fri 29 Dec 2023 09:00:54 AM CET)

==> Retrieving sources...

-> Found Insomnia.Core-8.5.0.tar.gz

-> Found LICENSE

-> Found insomnia.sh

-> Found insomnia.desktop

==> WARNING: Skipping verification of source file PGP signatures.

==> Validating source files with b2sums...

Insomnia.Core-8.5.0.tar.gz ... Passed

LICENSE ... FAILED

insomnia.sh ... Passed

insomnia.desktop ... Passed

==> ERROR: One or more files did not pass the validity check!

-> error downloading sources: /home/atodorovic/.cache/yay/insomnia-electron-bin context: exit status 1

:: (1/1) Parsing SRCINFO: insomnia-electron-bin

==> Making package: insomnia-electron-bin 1:8.5.0-1 (Fri 29 Dec 2023 09:00:55 AM CET)

==> Checking runtime dependencies...

==> Checking buildtime dependencies...

==> Retrieving sources...

-> Found Insomnia.Core-8.5.0.tar.gz

-> Found LICENSE

-> Found insomnia.sh

-> Found insomnia.desktop

==> Validating source files with b2sums...

Insomnia.Core-8.5.0.tar.gz ... Passed

LICENSE ... FAILED

insomnia.sh ... Passed

insomnia.desktop ... Passed

==> ERROR: One or more files did not pass the validity check!

-> error making: insomnia-electron-bin-exit status 1

-> Failed to install the following packages. Manual intervention is required: insomnia-electron-bin - exit status 1

void09 commented on 2023-01-15 19:59 (UTC)

Out of date, png file gives 404. Please fix :)

Anachron commented on 2022-04-03 09:14 (UTC)

Hey @dusansimic,

Thanks for the PKGBUILD.

Upstream has replaced the PNG logo and renamed it: https://github.com/Kong/insomnia/tree/core@2022.2.1/packages/insomnia-app/app/ui/images

dusansimic commented on 2022-03-09 09:48 (UTC)

@himan thanks for the report! It should be fixed now.

himan commented on 2022-03-09 09:41 (UTC) (edited on 2022-03-09 09:42 (UTC) by himan)

App threw an error during load
Error: The module '/tmp/.org.chromium.Chromium.SO5TEp'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 87. This version of Node.js requires
NODE_MODULE_VERSION 85. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18)
    at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2039)
    at Module.load (internal/modules/cjs/loader.js:992:32)
    at Module._load (internal/modules/cjs/loader.js:885:14)
    at Function.f._load (electron/js2c/asar_bundle.js:5:12633)
    at Module.require (internal/modules/cjs/loader.js:1032:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/usr/lib/insomnia/app.asar/node_modules/@getinsomnia/node-libcurl/dist/Easy.js:5:18)
    at Module._compile (internal/modules/cjs/loader.js:1152:30)