makedeb


ytfzf 2.6.2-1


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.

Commit:


Hash: 12187ddc28cd0b851b4a59e0f193ad77656384f3

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 888bc20..0078748 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.3
+pkgver = 2.5.4
 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.3.tar.gz
-sha512sums = fcc9e6064fe381972f30a94fd418ba9a497fed4be891f40b75e608a4c095f7b311000ae104d8e877b52622defa4ff57cb0ec1ace4d034ba08f0ff3985438d58d
+source = https://github.com/pystardust/ytfzf/archive/v2.5.4.tar.gz
+sha512sums = 48ab12314a638d2682eb387c1d0bd2c8979762287194d897d801c1b845c28e3e6c2b383e1fede75e0b0649ab401855e6a9ee48a58cfc4e08b0f291da877ed150
 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 4a8130a..ed38b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=ytfzf
-pkgver='2.5.3'
+pkgver='2.5.4'
 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=("fcc9e6064fe381972f30a94fd418ba9a497fed4be891f40b75e608a4c095f7b311000ae104d8e877b52622defa4ff57cb0ec1ace4d034ba08f0ff3985438d58d")
+sha512sums=("48ab12314a638d2682eb387c1d0bd2c8979762287194d897d801c1b845c28e3e6c2b383e1fede75e0b0649ab401855e6a9ee48a58cfc4e08b0f291da877ed150")
 
 package() {
     cd "$srcdir/${pkgname}-${pkgver}"