DashieTM/hyprdock

Checksum Mismatch for Version 0.3.6 in PKGBUILD

Closed this issue · 1 comments

Description:
I encountered a checksum mismatch issue while trying to build the package for version 0.3.6 using makepkg. The steps I followed were:

  1. Downloaded the 0.3.6.tar.gz file from source.
  2. Ran makepkg to build the package.
  3. Received an error due to a checksum mismatch.

I expected makepkg to successfully validate the file and proceed with the build process. However, the checksum in the PKGBUILD did not match the checksum of the downloaded 0.3.6.tar.gz file. The checksum in PKGBUILD is 691a1445e8fc5bd7b6b5c17c452112292a83b1c1f93420b7a95a1f576f07b7ab, and the actual checksum of the downloaded file is fd75ae8e01ad3ff14cb37207d8a56ae0b4598d524fa93e19827be3a2ff74facf . This was performed on Arch Linux, using Zsh.

Could you please verify the checksum in the PKGBUILD file? If the source file has been updated, an update in the repository might be required.

Thank you for your assistance.

Hello, thanks for the issue and I sincerely apologize for the PKGBUILD in the repository.
I first wanted to have a universal PKGBUILD for the AUR and the repository, but considering it requires a shasum from the source code package, this is not possible.
I now changed it to a regular PKGBUILD within the repository so pulling the code or downloading the latest tar works.

Small sidenote, 0.3.6 isn't the latest version, is there an issue with the latest version?