mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ffsend: fix for Rust 1.87
This commit is contained in:
parent
b06daac22e
commit
74cce4da31
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ffsend'
|
# Template file for 'ffsend'
|
||||||
pkgname=ffsend
|
pkgname=ffsend
|
||||||
version=0.2.77
|
version=0.2.77
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
|
@ -17,6 +17,10 @@ post_extract() {
|
||||||
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package traitobject@0.1.0 --precise 0.1.1
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion contrib/completions/ffsend.bash bash
|
vcompletion contrib/completions/ffsend.bash bash
|
||||||
vcompletion contrib/completions/ffsend.fish fish
|
vcompletion contrib/completions/ffsend.fish fish
|
||||||
|
|
Loading…
Add table
Reference in a new issue