Search Criteria
Package Details: slskd-bin 0.22.1-1
Package Actions
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: | fullmetal |
Last Packager: | fullmetal |
Votes: | 3 |
Popularity: | 0.35 |
First Submitted: | 2024-01-15 00:25 (UTC) |
Last Updated: | 2025-01-09 03:33 (UTC) |
Latest Comments
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:
makedepends=(jq)
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).