topgrade: update to 10.2.1

This commit is contained in:
Marcin Puc 2022-12-01 00:08:18 +01:00 committed by Michal Vasilek
parent b5dac3cd6e
commit 31c4948a7c

View file

@ -1,15 +1,23 @@
# Template file for 'topgrade' # Template file for 'topgrade'
pkgname=topgrade pkgname=topgrade
version=10.2.0 version=10.2.1
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu
short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else" short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>" maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://github.com/topgrade-rs/topgrade" homepage="https://github.com/topgrade-rs/topgrade"
distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
checksum=66f11d3a08981a883c20afd40d036a7e42d8e12f8d88e0671455a83f70b495da checksum=0e98f5c61914e88fa2437c539899c4f98ca70d9dc91492e35afba1cc8eb2092f
post_install() { post_install() {
local topgrade="${DESTDIR}/usr/bin/topgrade"
for shell in bash fish zsh; do
vtargetrun ${topgrade} --gen-completion ${shell} > topgrade.${shell}
vcompletion topgrade.${shell} ${shell}
done
vtargetrun ${topgrade} --gen-manpage > topgrade.8
vman topgrade.8 vman topgrade.8
} }