Package Details: yaak-bin 2024.13.0-1

Git Clone URL: https://aur.archlinux.org/yaak-bin.git (read-only, click to copy)
Package Base: yaak-bin
Description: Simple and intuitive API client for calling REST, GraphQL, and gRPC APIs (Pre-compiled version)
Upstream URL: https://yaak.app/
Keywords: api graphql grpc rest websocket
Licenses: MIT
Conflicts: yaak, yaak-app-beta, yaak-appimage, yaak-git
Provides: yaak, yaak-app
Replaces: yaak-app
Submitter: jonasgeiler
Maintainer: jonasgeiler (SoftExpert)
Last Packager: SoftExpert
Votes: 3
Popularity: 1.48
First Submitted: 2024-09-14 12:12 (UTC)
Last Updated: 2024-12-04 05:46 (UTC)

Pinned Comments

jonasgeiler commented on 2024-12-01 04:28 (UTC) (edited on 2024-12-01 04:38 (UTC) by jonasgeiler)

Sorry everyone! It looks like the creator of Yaak has changed the release files a few days after it got released. A bad practice... Nonetheless, I have updated the checksums.

If you have previously tried to update and it failed, you should do a clean build since it might not try to re-download the deb file otherwise.

Latest Comments

jonasgeiler commented on 2024-12-01 04:28 (UTC) (edited on 2024-12-01 04:38 (UTC) by jonasgeiler)

Sorry everyone! It looks like the creator of Yaak has changed the release files a few days after it got released. A bad practice... Nonetheless, I have updated the checksums.

If you have previously tried to update and it failed, you should do a clean build since it might not try to re-download the deb file otherwise.

aasutossh commented on 2024-12-01 03:30 (UTC) (edited on 2024-12-01 03:31 (UTC) by aasutossh)

To fix the One or more files did not pass the validity check! error. What we can do is modify the PKGBUILD file to include correct b2sum hash.

The correct hash for version 2024.12.1 is: 31eeadcad976b73f10b3b7b96357a51ae29e194dc8637056f7f4cb8b309cd74da7fa4b7d593afc31048d0bbcc203e4835d9cdf8299e4e013966c13d7c2cee005

Open the PKGBUILD file (if you are using yay then it should be ~/.cache/yay/yaak-bin/PKGBUILD)

Go down to line where it says b2sums, replace first string argument starting from fe3d... with the above hash.

After updating the PKGBUILD, you should be in the directory ~/.cache/yay/yaak-bin/ Run makepkg, it will generate a package installable from pacman (generated file ends with .pkg.tar.zst.

Next install the package as sudo pacman -U yaak-bin-2024.12.1-2-x86_64.pkg.tar.zst.

Enjoy.

Jaakkonen commented on 2024-11-26 09:20 (UTC)

It seems that the .deb file has changed for 2024.12.1. The PKGBUILD expects b2sum starting with fe3d72945ce but the actual file has one starting with 31eeadca.