From fd987c122441980cb20c86b3f124a60fdf20b92a Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 14:17:50 +0100 Subject: [PATCH] yadm: update to 3.0.0. --- srcpkgs/yadm/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/yadm/template b/srcpkgs/yadm/template index 2675012369..6e6a77ed54 100644 --- a/srcpkgs/yadm/template +++ b/srcpkgs/yadm/template @@ -1,19 +1,19 @@ # Template file for 'yadm' pkgname=yadm -version=2.5.0 -revision=2 +version=3.0.0 +revision=1 depends="bash git gnupg" short_desc="Yet Another Dotfiles Manager" maintainer="John " license="GPL-3.0-or-later" homepage="https://yadm.io/" distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz" -checksum=d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de +checksum=af968c815817e9de85b60dc9c9a7e6159ed34e4f91ea78cadbcd6c73a0301c06 do_install() { vbin ${pkgname} vman ${pkgname}.1 - vcompletion completion/yadm.bash_completion bash - vcompletion completion/yadm.fish_completion fish - vcompletion completion/yadm.zsh_completion zsh + vcompletion completion/bash/yadm bash + vcompletion completion/fish/yadm.fish fish + vcompletion completion/zsh/_yadm zsh }