Search Criteria
Package Details: mpd-discord-rpc-git v1.2.0.r1.g31bf606-1
Git Clone URL: | https://aur.archlinux.org/mpd-discord-rpc.git (read-only, click to copy) |
---|---|
Package Base: | mpd-discord-rpc |
Description: | Displays your currently playing song / album / artist from MPD in Discord using Rich Presence. |
Upstream URL: | None |
Keywords: | discord mpd rpc rust |
Licenses: | |
Submitter: | JakeStanger |
Maintainer: | JakeStanger |
Last Packager: | JakeStanger |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-15 14:03 |
Last Updated: | 2020-10-14 08:02 |
Dependencies (2)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
JakeStanger commented on 2020-10-11 17:15
Added, cheers!
gmes78 commented on 2020-10-11 16:51
One more thing, you should add a
pkgver
function so that the version number is adjusted automatically:JakeStanger commented on 2020-10-11 16:16
@gmes78 Thank you for that! Updated accordingly, and I'll update the README to reflect the name change.
gmes78 commented on 2020-10-11 15:48
Here's a patch to fix the build failure caused by using
cargo install
:By the way, this package should have a
-git
suffix in its name, as it build from the latest git commit. The non-git
packages are supposed to install versioned releases.