This commit is contained in:
shorinkiwata 2026-02-06 18:19:25 +09:00
parent 5e45cebf9b
commit 02874a3eee
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = shorinclip
pkgdesc = A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview
pkgver = 1.1.0
pkgrel = 1
pkgrel = 2
url = https://github.com/SHORiN-KiWATA/shorinclip
arch = any
license = MIT
@ -11,6 +11,6 @@ pkgbase = shorinclip
depends = ffmpegthumbnailer
depends = chafa
source = https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip
sha256sums = 8f3cb7b2a91fbc825026c7a505da7ce9d7679adb3dd2bb8803564040a86353f7
sha256sums = c78619525d55b14d469efbbd342d1190027eadc45d794190b45473e9edf8fd54
pkgname = shorinclip

View file

@ -1,7 +1,7 @@
# Maintainer: Shorin <2433516202@qq.com>
pkgname=shorinclip
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview"
arch=('any')
url="https://github.com/SHORiN-KiWATA/shorinclip"
@ -9,7 +9,7 @@ license=('MIT')
depends=('fzf' 'cliphist' 'wl-clipboard' 'ffmpegthumbnailer' 'chafa')
source=("https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip")
sha256sums=('8f3cb7b2a91fbc825026c7a505da7ce9d7679adb3dd2bb8803564040a86353f7')
sha256sums=('c78619525d55b14d469efbbd342d1190027eadc45d794190b45473e9edf8fd54')
package() {
install -Dm755 "$srcdir/shorinclip" "$pkgdir/usr/bin/shorinclip"