Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/mprisence/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mprisence'
pkgname=mprisence
version=1.8.2
version=1.8.3
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/lazykern/mprisence"
changelog="https://raw.githubusercontent.com/lazykern/mprisence/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/lazykern/mprisence/archive/refs/tags/v${version}.tar.gz"
checksum=6a85198504e23f835d5dddc13ce638978903d3fc910e488f40d0ba5cba5b1cf0
checksum=b916fdfacf08fbf8f692cb65e91d9083d80df07ab83ef94123e168def974afc3

pre_build() {
rm .cargo/config.toml # forces lld linker which isn't installed by default
Expand Down