Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skim: update to 0.10.1
@ 2022-11-05 20:32 cinerea0
  2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-05 20:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages skim
https://github.com/void-linux/void-packages/pull/40349

skim: update to 0.10.1
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/40349.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skim-40349.patch --]
[-- Type: text/x-diff, Size: 1636 bytes --]

From 3ecb11a3e54103a1459a73f3460fc58a65f9cfcd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 5 Nov 2022 16:30:03 -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..3f9196c069c3 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 <orphan@voidlinux.org>"
 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
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-08 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 20:32 [PR PATCH] skim: update to 0.10.1 cinerea0
2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
2022-11-05 22:07 ` cinerea0
2022-11-07 22:24 ` cinerea0
2022-11-08 20:36 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).