Skip to content

Commit

Permalink
fselect: fix for rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and classabbyamp committed Jun 8, 2023
1 parent 1c1236a commit 52cc43d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/fselect/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'fselect'
pkgname=fselect
version=0.8.3
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
Expand All @@ -23,6 +23,10 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi

post_patch() {
cargo update --package mp4parse@0.12.0 --precise 0.12.1
}

post_install() {
vlicense LICENSE-MIT
vman docs/fselect.1
Expand Down

0 comments on commit 52cc43d

Please sign in to comment.