Package Details: insomnia-bin 1:9.0.0-1

Git Clone URL: https://aur.archlinux.org/insomnia-bin.git (read-only, click to copy)
Package Base: insomnia-bin
Description: API Client and Design Platform for GraphQL and REST
Upstream URL: https://insomnia.rest
Keywords: api graphql rest
Licenses: Apache
Conflicts: insomnia
Provides: insomnia
Submitter: clove3am
Maintainer: ali.molaei
Last Packager: ali.molaei
Votes: 153
Popularity: 0.148259
First Submitted: 2020-09-20 20:46 (UTC)
Last Updated: 2024-04-24 11:24 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

ali.molaei commented on 2024-02-06 12:56 (UTC)

@emel the LICENSE hash looks correct to me, please try a clean build (or delete the license file yourself so it downloads it again)

emel commented on 2024-02-05 05:26 (UTC) (edited on 2024-02-05 05:27 (UTC) by emel)

Diff for

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



diff --git a/PKGBUILD b/PKGBUILD
index 9e561cc..796675f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ conflicts=("${_pkgname}")
 source=("${_url_source}/releases/download/core@${pkgver}/${_upkgname}.Core-${pkgver}.deb"
         "${_url_source}/raw/core@${pkgver}/LICENSE")
 sha256sums=('2b94290b252a54f0981817e34eda118b61279f37c3c8a8db51481d8c8b186e3a'
-            '4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
+            'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')

 package() {
   tar -xvf 'data.tar.xz' -C "${pkgdir}"

VLegacy commented on 2023-11-17 16:27 (UTC) (edited on 2023-11-17 16:27 (UTC) by VLegacy)

@dev31 I was able to just rm -rf ~/.cache/paru/clone/insomnia-bin/ and rerun the update with paru, and it worked.

sharun commented on 2023-11-10 03:45 (UTC) (edited on 2023-11-10 03:48 (UTC) by sharun)

diff --git a/PKGBUILD b/PKGBUILD
index 3b92206..50b3489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ conflicts=("${_pkgname}")
 source=("${_url_source}/releases/download/core@${pkgver}/${_upkgname}.Core-${pkgver}.deb"
         "${_url_source}/raw/core@${pkgver}/LICENSE")
 sha256sums=('cc4e9d1e20c41c8c00bc702687dc4fbb8ecb0a25efdb60972df0124453e6a222'
-            'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
+            '4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')

 package() {
   tar -xvf 'data.tar.xz' -C "${pkgdir}"

paru users that want to edit and install:

cd ~/.cache/paru/clone/insomnia-bin/
updpkgsums
makepkg -si

dev31 commented on 2023-11-10 00:48 (UTC)

Hi, can't install 1:8.4.0-1

==> Validating source files with sha256sums...
    Insomnia.Core-8.4.0.deb ... Passed
    LICENSE ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build insomnia-bin

Arson6597 commented on 2023-10-03 07:41 (UTC)

Hi!

It's maybe because I'm using a hardened kernel but each time insomnia updates, it fails to start the process again because of the permissions of the chrome sandbox. .rwxr-xr-x root root 15 KB xxx /opt/Insomnia/chrome-sandbox

I need to change it to: .rwsr-xr-x root root 15 KB xxx /opt/Insomnia/chrome-sandbox

By doing: chmod 4755 /opt/Insomnia/chrome-sandbox

Would it be much trouble to add that to the pkgbuild?

Thanks!

ali.molaei commented on 2023-09-30 12:36 (UTC)

@coderkun thanks for mentioning it, done

coderkun commented on 2023-09-30 11:49 (UTC)

@ali.molaei, when you change the package versioning from something like 2023 to 8, you should use a new “epoch” (1 in this case). Otherwise pacman and co. think it is an older version.

See the wiki for details: https://wiki.archlinux.org/title/PKGBUILD#epoch

Natetronn commented on 2022-09-28 17:09 (UTC)

Thanks for the update!

ali.molaei commented on 2022-07-24 05:51 (UTC)

@jtraub I updated the PKGBUILD ;)