Search Criteria
Package Details: mpd-discord-rpc 1.7.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpd-discord-rpc.git (read-only, click to copy) |
---|---|
Package Base: | mpd-discord-rpc |
Description: | Displays metadata of currently playing song from MPD in Discord using Rich Presence |
Upstream URL: | https://github.com/JakeStanger/mpd-discord-rpc |
Keywords: | discord mpd rpc rust |
Licenses: | MIT |
Submitter: | JakeStanger |
Maintainer: | JakeStanger (xiota) |
Last Packager: | xiota |
Votes: | 3 |
Popularity: | 0.001785 |
First Submitted: | 2020-02-15 14:03 (UTC) |
Last Updated: | 2024-08-30 22:49 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
Rojikku commented on 2023-06-16 14:39 (UTC)
Trying not to be needy... But aurto gives me this:
I think it's something to do with the git repo of this package appearing to be different than the package name. Haven't encountered this in other systems, so, thought I'd mention it. Did a manual install for now.
JakeStanger commented on 2023-05-26 12:38 (UTC)
Good spot - that's done, thanks!
toitenminh commented on 2023-05-25 07:49 (UTC) (edited on 2023-05-25 07:50 (UTC) by toitenminh)
@JakeStanger issue: tag v1.6.0 is placed improperly (commit 1bf31c1)
$ git describe --long --tags
$ git show v1.6.0
solution: update tag v1.6.0 to ee29533
$ git tag -f v1.6.0
result:
$ git show v1.6.0
JakeStanger commented on 2023-05-15 18:49 (UTC)
Out of interest, what aur manager are you using (if any). I've noticed potentially the same thing happening with a different
-git
package with yay recently, so I'm wondering if there's a bug there.Fazzi commented on 2023-05-15 17:09 (UTC)
I'm actually getting the same issue as @screamingatmypc is.
JakeStanger commented on 2023-04-26 16:39 (UTC)
That sounds like a local issue. The current PKGBUILD is for
v1.6.0.r0.ee29533
. Perhaps try uninstalling / clearing the cache for your aur helper?screamingatmypc commented on 2023-04-26 16:37 (UTC)
The current PKGBUILD constantly rebuilds and installs mpd-discord-rpc-git-v1.5.4b.r11.gee29533-1 for me.
JakeStanger commented on 2022-03-11 14:53 (UTC)
Ah rats, how on earth did I do that copy/pasting. Fixed...
pbo commented on 2022-03-11 14:51 (UTC) (edited on 2022-03-11 14:52 (UTC) by pbo)
@JakeStanger: thanks now it's working.
JakeStanger commented on 2022-03-11 14:34 (UTC)
Thanks for reportng @pbo. The below didn't actually work for me (
${_pkgname}
didn't seem to ever get substituted), but I found the pkgversion was actually wrong. I've corrected it to v1.4.1.r0, which should be in sync with the pkgver output and stop that from happening now.« First ‹ Previous 1 2 3 Next › Last »