From a27a42be39ea90c37cb71c0ec0c498a47a64781a Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 5 Nov 2022 17:02:18 -0400 Subject: [PATCH] skim: update to 0.10.1 --- srcpkgs/skim/template | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index 0bc25a572437..e17937de126d 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,26 +1,29 @@ # Template file for 'skim' pkgname=skim -version=0.9.4 -revision=2 +version=0.10.1 +revision=1 build_style=cargo short_desc="Fuzzy Finder in rust" maintainer="Orphaned " license="MIT" homepage="https://github.com/lotabout/skim" +changelog="https://raw.githubusercontent.com/lotabout/skim/master/CHANGELOG.md" distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz" -checksum=5ec639c34c7657be4f7f990e9ad0d8d0a7a979eba68daa7c100126ce06702a1b +checksum=7ff0626a185c06eca2e71858a1d656aed08b3932db8a6f6f59651d3e7a5e515f post_install() { vbin bin/sk-tmux + vman man/man1/sk.1 vman man/man1/sk-tmux.1 - vlicense LICENSE - - vinstall plugin/skim.vim 644 usr/share/vim/vimfiles/plugin - vinstall shell/completion.bash 644 usr/share/skim - vinstall shell/completion.zsh 644 usr/share/skim + vcompletion shell/completion.bash bash sk + vcompletion shell/completion.zsh zsh sk vinstall shell/key-bindings.zsh 644 usr/share/skim vinstall shell/key-bindings.bash 644 usr/share/skim vinstall shell/key-bindings.fish 644 usr/share/skim + + vinstall plugin/skim.vim 644 usr/share/vim/vimfiles/plugin + + vlicense LICENSE }