You can bypass the signature check for now until it's fixed by using these flags:
yay -S --mflags --skipinteg ayugram-desktop-bin
Git Clone URL: | https://aur.archlinux.org/ayugram-desktop-bin.git (read-only, click to copy) |
---|---|
Package Base: | ayugram-desktop-bin |
Description: | Desktop Telegram client with good customization and Ghost mode built by Andontie AUR |
Upstream URL: | https://github.com/AyuGram/AyuGramDesktop |
Licenses: | GPL3 |
Conflicts: | ayugram-desktop |
Provides: | ayugram-desktop |
Submitter: | westpain |
Maintainer: | TheAirBlow |
Last Packager: | TheAirBlow |
Votes: | 5 |
Popularity: | 1.00 |
First Submitted: | 2023-08-26 11:07 (UTC) |
Last Updated: | 2025-03-04 10:34 (UTC) |
You can bypass the signature check for now until it's fixed by using these flags:
yay -S --mflags --skipinteg ayugram-desktop-bin
Great now it doesn't even install. The hash in PKGBUILD is incorrect. Installation fails source file validation and exits with error status 1
The correct sha256 hash for ayugram-desktop-5.11.1-1-x86_64.pkg.tar.zst is "7da10abaef067ffb731a21ee9dc84c7f9e1a328ff3438d36631b4d2923718cb2"
After recent updates, Ayugram fails to launch and only outputs an error message:
ayugram-desktop: error while loading shared libraries: libprotobuf-lite.so.29.2.0: cannot open shared object file: No such file or directory
The dependencies it requires are out of date. A temporary workaround is to downgrade them to a version it requires:
wget https://archive.archlinux.org/packages/p/protobuf/protobuf-29.2-1-x86_64.pkg.tar.zst
wget https://archive.archlinux.org/packages/a/abseil-cpp/abseil-cpp-20240722.1-1-x86_64.pkg.tar.zst
sudo pacman -U protobuf-29.2-1-x86_64.pkg.tar.zst abseil-cpp-20240722.1-1-x86_64.pkg.tar.zst
5.11.1v is out
/usr/bin/ayugram-desktop: error while loading shared libraries: libjemalloc.so.2: cannot open shared object file: No such file or directory
To fix this install missing dependencies jemalloc
The checksum doesn't seem to match the source file any more
https://aur.andontie.net/x86_64/ayugram-desktop-5.8.3-1-x86_64.pkg.tar.zst
last version from andontie's aur
@awsl1414 Here is my workaround:
sudo ln -s /usr/lib/libprotobuf.so /usr/lib/libprotobuf-lite.so.28.2.0
@justbispo i checked my content exactly same your. Dont know why
Pinned Comments
TheAirBlow commented on 2024-08-19 10:16 (UTC)
This package depends on Andontie AUR for the time being. Please be patient :D