makedeb
A posix script to find and watch youtube videos from the terminal Without API
Click here to go back to the commit logs for ytfzf.
Hash: ae6eadd95c0f7d039740f8d4d83bea8e443b656b
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 168d1a0..888bc20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = ytfzf
pkgbase = ytfzf
pkgdesc = A posix script to find and watch youtube videos from the terminal Without API
pkgrel = 1
-pkgver = 2.5.2
+pkgver = 2.5.3
url = https://github.com/pystardust/ytfzf
arch = any
conflicts = ytfzf
@@ -17,8 +17,8 @@ optdepends = fzf: use fzf for results.Get it from the MPR as thumbnails works
optdepends = ueberzug: thumbnails image preview
optdepends = yt-dlp: to download videos
provides = ytfzf
-source = https://github.com/pystardust/ytfzf/archive/v2.5.2.tar.gz
-sha512sums = aa87d2f3c50bfed3c49d363b23bdf17c6c5307116648f3042148d828d204cc9f1ce61888a82fade26e46dc46991cb2c8f559f5f9aa671d8bcf425d343fdff389
+source = https://github.com/pystardust/ytfzf/archive/v2.5.3.tar.gz
+sha512sums = fcc9e6064fe381972f30a94fd418ba9a497fed4be891f40b75e608a4c095f7b311000ae104d8e877b52622defa4ff57cb0ec1ace4d034ba08f0ff3985438d58d
makedepends = make
optdepends = dmenu: use dmenu for search prompts and results
optdepends = rofi: use rofi for search prompts and results
diff --git a/PKGBUILD b/PKGBUILD
index 33be368..4a8130a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ytfzf
-pkgver='2.5.2'
+pkgver='2.5.3'
pkgrel=1
pkgdesc="A posix script to find and watch youtube videos from the terminal Without API"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'yt-dlp: to download videos'
)
source=("https://github.com/pystardust/ytfzf/archive/v${pkgver}.tar.gz")
-sha512sums=("aa87d2f3c50bfed3c49d363b23bdf17c6c5307116648f3042148d828d204cc9f1ce61888a82fade26e46dc46991cb2c8f559f5f9aa671d8bcf425d343fdff389")
+sha512sums=("fcc9e6064fe381972f30a94fd418ba9a497fed4be891f40b75e608a4c095f7b311000ae104d8e877b52622defa4ff57cb0ec1ace4d034ba08f0ff3985438d58d")
package() {
cd "$srcdir/${pkgname}-${pkgver}"