ffsend: fix for Rust 1.87

This commit is contained in:
icp 2025-05-19 12:35:11 +05:30 committed by tranzystorekk
parent b06daac22e
commit 74cce4da31

View file

@ -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