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
9 changes: 2 additions & 7 deletions srcpkgs/inlyne/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'inlyne'
pkgname=inlyne
version=0.5.0
version=0.5.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -10,12 +10,7 @@ maintainer="Julian Bigge <j.reedts@gmail.com>"
license="MIT"
homepage="https://github.com/Inlyne-Project/inlyne"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0473d154469c4f078029c2fdb58dca19b8d415633934773c41930536b54e71e0

post_patch() {
# fix build with rust 1.94.0
cargo update --package metrics:0.24.0 --precise 0.24.3
}
checksum=4a2f426e88cf192f6aad1bd927640b97350bf6447620d7252bf0d6d01d6d3f40

post_install() {
vlicense LICENSE
Expand Down