From 5e45cebf9b0d40338107f288aac8b667e502dd53 Mon Sep 17 00:00:00 2001 From: shorinkiwata Date: Thu, 5 Feb 2026 23:38:19 +0900 Subject: [PATCH] v1.1.0 add chafa support if your term does not support kitty icat --- .SRCINFO | 7 ++++--- PKGBUILD | 8 +++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 73f183d91ed4..3b087f1d25ad 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.0.0 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/SHORiN-KiWATA/shorinclip arch = any @@ -8,8 +8,9 @@ pkgbase = shorinclip depends = fzf depends = cliphist depends = wl-clipboard - optdepends = ffmpegthumbnailer: Video thumbnail support + depends = ffmpegthumbnailer + depends = chafa source = https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip - sha256sums = 50142c6b8176a0705bef42953d3d2618b16a86d2e904d710d5c1334c788278be + sha256sums = 8f3cb7b2a91fbc825026c7a505da7ce9d7679adb3dd2bb8803564040a86353f7 pkgname = shorinclip diff --git a/PKGBUILD b/PKGBUILD index 9c8b54662afa..822b792dc45d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,15 @@ # Maintainer: Shorin <2433516202@qq.com> pkgname=shorinclip -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview" arch=('any') url="https://github.com/SHORiN-KiWATA/shorinclip" license=('MIT') -depends=('fzf' 'cliphist' 'wl-clipboard') -optdepends=('ffmpegthumbnailer: Video thumbnail support') +depends=('fzf' 'cliphist' 'wl-clipboard' 'ffmpegthumbnailer' 'chafa') source=("https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip") - -sha256sums=('50142c6b8176a0705bef42953d3d2618b16a86d2e904d710d5c1334c788278be') +sha256sums=('8f3cb7b2a91fbc825026c7a505da7ce9d7679adb3dd2bb8803564040a86353f7') package() { install -Dm755 "$srcdir/shorinclip" "$pkgdir/usr/bin/shorinclip"