From e161b7ae5e5deb92929d953364ce9cd69b2e5a64 Mon Sep 17 00:00:00 2001 From: Saksham Date: Mon, 16 Jun 2025 01:30:44 +0530 Subject: [PATCH] skim: update to 0.18.0 --- srcpkgs/skim/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template index 5efcb7a98f2..0e158593651 100644 --- a/srcpkgs/skim/template +++ b/srcpkgs/skim/template @@ -1,6 +1,6 @@ # Template file for 'skim' pkgname=skim -version=0.16.1 +version=0.18.0 revision=1 build_style=cargo make_install_args="--path skim" @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/skim-rs/skim" changelog="https://raw.githubusercontent.com/skim-rs/skim/master/CHANGELOG.md" distfiles="https://github.com/skim-rs/skim/archive/refs/tags/v${version}.tar.gz" -checksum=c194226e9e53d216f9ea508f3152f57851e79a5e9991a89382834dbaeff6cd10 +checksum=028cabc0df171c34343fae340132a2b718aae4f405320b11c47f22173ca43b57 if [ "$XBPS_WORDSIZE" = 32 ]; then make_check=no # disable tests on 32bit due to register exhaustion @@ -24,6 +24,7 @@ post_install() { vcompletion shell/completion.bash bash sk vcompletion shell/completion.zsh zsh sk + vcompletion shell/completion.fish fish 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