Package Details: yaak-bin 2025.1.2-1

Git Clone URL: https://aur.archlinux.org/yaak-bin.git (read-only, click to copy)
Package Base: yaak-bin
Description: Offline and Git friendly API client for HTTP, GraphQL, WebSockets, SSE, and gRPC (Pre-compiled version)
Upstream URL: https://yaak.app/
Keywords: api api-client graphql grpc http rest websocket websockets
Licenses: MIT
Conflicts: yaak, yaak-app-beta, yaak-appimage, yaak-beta-bin, yaak-git
Provides: yaak, yaak-app
Replaces: yaak-app
Submitter: jonasgeiler
Maintainer: jonasgeiler (SoftExpert)
Last Packager: jonasgeiler
Votes: 6
Popularity: 2.26
First Submitted: 2024-09-14 12:12 (UTC)
Last Updated: 2025-02-26 16:56 (UTC)

Latest Comments

jonasgeiler commented on 2025-02-28 11:34 (UTC)

@thePanz I will look into it, but so far namcap doesn't report any missing dependencies.

thePanz commented on 2025-02-27 13:51 (UTC)

Anyone experiencing the application not starting with v2025.1.2-1? Trying to rollback to a previous version still shows the same problem, thus this might be related to some missing dependencies?

Note: I am running Arch with the latest versions of the installed packages.

jonasgeiler commented on 2024-12-01 04:28 (UTC) (edited on 2025-02-22 10:33 (UTC) by jonasgeiler)

Sorry everyone! It looks like the creator of Yaak has changed the release files for 2024.12.1 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.