From e926b185481db7d8ab82a7db6f655552a7dae962 Mon Sep 17 00:00:00 2001 From: shorinkiwata Date: Sat, 7 Feb 2026 16:35:52 +0900 Subject: [PATCH] better logic for checking kitty protocal support; better logic for image preview; use chafa as default tool for image preview; use kitty icat for gif preview when using native kitty terminal. --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bb83cadbeedb..976420e408bf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = shorinclip - pkgdesc = A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview - pkgver = 1.1.2 + pkgdesc = A wayland clipboard TUI based on fzf wl-clipboard and cliphist. Use chafa for image preview + pkgver = 1.1.3 pkgrel = 1 url = https://github.com/SHORiN-KiWATA/shorinclip arch = any @@ -11,6 +11,6 @@ pkgbase = shorinclip depends = ffmpegthumbnailer depends = chafa source = https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip - sha256sums = e321c7f3ceacb16c34a79feddbdbc45e87f62332da15c3978a577c0cc694e146 + sha256sums = 53a7884c813bc1690dfa2d53674529ce8c1c83a1b3b95ca11f7ee2999af629d6 pkgname = shorinclip diff --git a/PKGBUILD b/PKGBUILD index f59dca43082a..82d614cafb09 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Shorin <2433516202@qq.com> pkgname=shorinclip -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 -pkgdesc="A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview" +pkgdesc="A wayland clipboard TUI based on fzf wl-clipboard and cliphist. Use chafa for image preview" arch=('any') url="https://github.com/SHORiN-KiWATA/shorinclip" license=('MIT') depends=('fzf' 'cliphist' 'wl-clipboard' 'ffmpegthumbnailer' 'chafa') source=("https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip") -sha256sums=('e321c7f3ceacb16c34a79feddbdbc45e87f62332da15c3978a577c0cc694e146') +sha256sums=('53a7884c813bc1690dfa2d53674529ce8c1c83a1b3b95ca11f7ee2999af629d6') package() { install -Dm755 "$srcdir/shorinclip" "$pkgdir/usr/bin/shorinclip"