Julien-cpsn / ATAC

A simple API client (postman like) in your terminal
https://atac.julien-cpsn.com/
MIT License
1.8k stars 77 forks source link

Cannot install from AUR - "One or more files did not pass the validity check" #21

Closed Sairyss closed 4 months ago

Sairyss commented 4 months ago

First of all, great project.

I encountered an issue when installing atac from AUR in arch linux. Tried both yay and paru, I get an error:

==> Validating source files with sha512sums...
    atac-0.12.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: atac-exit status 1

Seems like checksum validation fails.

Julien-cpsn commented 4 months ago

@orhun I am definitly lacking some knowledge here

AlisCode commented 4 months ago

The PKGBUILD maintained by @orhun is not referencing the correct SHA512 sum. This is not an issue with ATAC itself. I suggest the following :

orhun commented 4 months ago

Yeah, I also couldn't reproduce the issue.

Sairyss commented 4 months ago

Package is not even available in AUR anymore https://aur.archlinux.org/pkgbase/atac

Julien-cpsn commented 4 months ago

Package is not even available in AUR anymore https://aur.archlinux.org/pkgbase/atac

It has been move to official Arch repos https://archlinux.org/packages/extra/x86_64/atac

Sairyss commented 4 months ago

Installing with pacman works correctly now, closing.