Skip to content
Open
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.4.1
version=1.5.1
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=1f5077d999efbebcf291e38d8ff7b88f7413e02097a87483978fee75b1f158b4
checksum=e290213a3ed152c2ccff84e847866fbe900e387c30fc1836eed9af27b47e324f

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