ifd3f / caligula

A user-friendly, lightweight TUI for disk imaging
GNU General Public License v3.0
333 stars 6 forks source link

`caligula-bin` AUR package has incorrect version/checksum #118

Closed NullCub3 closed 5 months ago

NullCub3 commented 5 months ago

Describe the bug

The caligula-bin AUR package is currently set to download caligula version 0.4.4, but has the checksum from 0.4.5, causing the validity check to fail the install.

OS/Environment

ifd3f commented 5 months ago

I wonder if I should just get rid of caligula-bin if we already have caligula in archpkgs.

NullCub3 commented 5 months ago

Yeah that's probably best to be honest. I know there's a way to set the package to be replaced by the new one ("replaces"?) so that it'll auto install when people update, but that's probably something that the Arch repo maintainers would have to do

ifd3f commented 5 months ago

Oh. I figured out the issue. Cargo.toml still says 0.4.4, which makes my AUR script point to the 0.4.4 release.

I'll fix it next update :)

ifd3f commented 5 months ago

@NullCub3 I think I fixed the issue. Do you want to check? I don't have an arch install lol

NullCub3 commented 5 months ago

Sorry for the late response, but that solved the issue, thanks!

Link to relevant AUR commit