Skip to content

AUR Slskdn doesn't build due to mismatching version numbers #68

@WinnerWind

Description

@WinnerWind

The default package slskdn-bin and slskdn do not build from the AUR because the PKGBuild for:

  • slskdn-bin points to a release which doesn't exist and needs to be changed manually
source=(
    "https://github.com/snapetech/slskdn/releases/download/0.24.1-slskdn.9/slskdn-0.24.1-slskdn.9-linux-x64.zip"
    "slskd.service"
    "slskd.yml"
    "slskd.sysusers"
)

EDIT: Verification fails too, as the provided hash is for an older release. I bypassed it by editing the PKGBuild to SKIP that hash instead, but a more up-to-date hash should be provided.

  • slskd's main branch is not master, which causes yay to trip up (bug with yay, but its good practice to use master as the main branch for AUR packages)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions