惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
Engineering at Meta
Engineering at Meta
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 司徒正美
I
InfoQ
S
SegmentFault 最新的问题
博客园 - 叶小钗
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
IT之家
IT之家
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
月光博客
月光博客
The Cloudflare Blog
U
Unit 42
GbyAI
GbyAI
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - insomnia-electron-bin
2026-06-17 · via AUR Newest Packages

@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 {} \;

% 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

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

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

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)