mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +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'
|
||||
pkgname=ffsend
|
||||
version=0.2.77
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
|
@ -17,6 +17,10 @@ post_extract() {
|
|||
vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml
|
||||
}
|
||||
|
||||
post_patch() {
|
||||
cargo update --package traitobject@0.1.0 --precise 0.1.1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vcompletion contrib/completions/ffsend.bash bash
|
||||
vcompletion contrib/completions/ffsend.fish fish
|
||||
|
|
Loading…
Add table
Reference in a new issue