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: 03129c0d658a6a3d3c6cf36d708e3538abc8ee49
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 5e55d73..168d1a0 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.0
+pkgver = 2.5.2
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.0.tar.gz
-sha512sums = 43e366694687be517a0b3da0d16e423f32046ab5de92368748e87c622f43e34bd1037f01b37fcb05ae8ce87ca536672cf3f5ca2b2608bab07ec9f4abeabb61ec
+source = https://github.com/pystardust/ytfzf/archive/v2.5.2.tar.gz
+sha512sums = aa87d2f3c50bfed3c49d363b23bdf17c6c5307116648f3042148d828d204cc9f1ce61888a82fade26e46dc46991cb2c8f559f5f9aa671d8bcf425d343fdff389
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 469b9a6..33be368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ytfzf
-pkgver=2.5.0
+pkgver='2.5.2'
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=("43e366694687be517a0b3da0d16e423f32046ab5de92368748e87c622f43e34bd1037f01b37fcb05ae8ce87ca536672cf3f5ca2b2608bab07ec9f4abeabb61ec")
+sha512sums=("aa87d2f3c50bfed3c49d363b23bdf17c6c5307116648f3042148d828d204cc9f1ce61888a82fade26e46dc46991cb2c8f559f5f9aa671d8bcf425d343fdff389")
package() {
cd "$srcdir/${pkgname}-${pkgver}"