Package Details: slskd-bin 0.22.5-1

Git Clone URL: https://aur.archlinux.org/slskd-bin.git (read-only, click to copy)
Package Base: slskd-bin
Description: A modern client-server application for the Soulseek file-sharing network.
Upstream URL: https://github.com/slskd/slskd/
Licenses: AGPL3
Submitter: fullmetal
Maintainer: flan_suse
Last Packager: flan_suse
Votes: 4
Popularity: 0.78
First Submitted: 2024-01-15 00:25 (UTC)
Last Updated: 2025-05-24 22:06 (UTC)

Latest Comments

flan_suse commented on 2025-05-24 22:08 (UTC)

Adopted and only made changes for the version and checksums for the source files and binaries.

This brings the package up to the latest version.

Sometime later I'll look over the PKGBUILD and other files later to see if any changes are needed.

dehumanizer commented on 2025-05-15 14:13 (UTC)

Just amend the pkgver in PKGBUILD as well as the SHA256 checksum corresponding to your architecture (e. g. sha256sums_x86_64). I have been unable to find the checksums on the upstream download page so you will likely have to download the package and generate the SHA256 checksum with the sha256sum command. I have been updating my slskd-bin without problems this way.

flan_suse commented on 2025-05-02 00:52 (UTC)

Is this still being maintained? It's been several months since the last update.

The PKGBUILD is on version 0.22.1, but there have been 4 releases since then.

slskd is now at version 0.22.5.

fullmetal commented on 2024-07-27 04:29 (UTC)

pkgver() seems to be working on my machine now, and your command (while nifty) produces the same output as mine and requires an additional makedepend. Also, the package has to be manually updated every time anyways since I hash the source files. I should probably just comment out pkgver() since it'll only cause issues without SKIPing hashes.

dundarious commented on 2024-07-25 21:02 (UTC) (edited on 2024-07-25 21:03 (UTC) by dundarious)

pkgver() can be fixed as folows:

  1. add makedepends=(jq)
  2. replace pkgver() body with curl -fsSLH "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/slskd/slskd/releases/latest" | jq -r .tag_name

I tested this and it correctly updates to 0.21.2 (update from 0.21.1).