mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-11 15:22:59 +02:00
fselect: fix for rust 1.70
This commit is contained in:
parent
1c1236a7ad
commit
52cc43db72
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue