fselect: fix for rust 1.70

This commit is contained in:
Marcin Puc 2023-06-06 07:29:46 +02:00 committed by classabbyamp
parent 1c1236a7ad
commit 52cc43db72

View file

@ -1,7 +1,7 @@
# Template file for 'fselect' # Template file for 'fselect'
pkgname=fselect pkgname=fselect
version=0.8.3 version=0.8.3
revision=1 revision=2
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libzstd-devel" makedepends="libzstd-devel"
@ -23,6 +23,10 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic" XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi fi
post_patch() {
cargo update --package mp4parse@0.12.0 --precise 0.12.1
}
post_install() { post_install() {
vlicense LICENSE-MIT vlicense LICENSE-MIT
vman docs/fselect.1 vman docs/fselect.1