diff --git a/srcpkgs/ffsend/template b/srcpkgs/ffsend/template index ca806e24c14..7a83c2c5681 100644 --- a/srcpkgs/ffsend/template +++ b/srcpkgs/ffsend/template @@ -1,6 +1,6 @@ # Template file for 'ffsend' pkgname=ffsend -version=0.2.74 +version=0.2.76 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -10,9 +10,15 @@ maintainer="Jasper Chan " license="GPL-3.0-or-later" homepage="https://github.com/timvisee/ffsend" distfiles="https://github.com/timvisee/ffsend/archive/v${version}.tar.gz" -checksum=e6092fc4f40be6d79ddf46a0fb4a739310a2db5407fd3f5db2c43cafc8c41485 +checksum=7d91fc411b7363fd8842890c5ed25d6cc4481f76cd48dcac154cd6e99f8c4d7b post_extract() { # avoid ring dependency vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml } + +post_install() { + vcompletion contrib/completions/ffsend.bash bash + vcompletion contrib/completions/ffsend.fish fish + vcompletion contrib/completions/_ffsend zsh +}