JakeStanger / mpd-discord-rpc

Rust application which displays your currently playing song / album / artist from MPD in Discord using Rich Presence.
https://crates.io/crates/mpd-discord-rpc
MIT License
90 stars 17 forks source link

AUR PKGBUILD: systemd service installs as `mpc-discord-rpc.service` instead of `mpd-discord-rpc.service` #55

Closed rekyuu closed 1 year ago

rekyuu commented 1 year ago

Thought I was going insane trying to enable the package.

-install -Dm 644 "$srcdir/mpd-discord-rpc/mpd-discord-rpc.service" "$pkgdir/usr/lib/systemd/user/mpc-discord-rpc.service"
+install -Dm 644 "$srcdir/mpd-discord-rpc/mpd-discord-rpc.service" "$pkgdir/usr/lib/systemd/user/mpd-discord-rpc.service"
JakeStanger commented 1 year ago

Wow I had to read that like 5 times to spot the difference, good spot & thanks for the fix. Should be resolved now.