diff --git a/.SRCINFO b/.SRCINFO index 3b087f1d25ad..14b394bdc091 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 822b792dc45d..a3ee40db48da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"