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: 8b3750dd2bff68a43379131c6c92f2ea7b2a8789

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8c01a51..8f1b3ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,14 +3,14 @@ generated-by = makedeb-makepkg
 pkgbase = ytfzf
 	pkgdesc = A posix script to find and watch youtube videos from the terminal Without API
 	pkgver = 2.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/pystardust/ytfzf
 	arch = any
 	license = GPL3
 	makedepends = make
 	depends = jq
 	depends = mpv
-	depends = youtube-dl
+	depends = yt-dlp
 	optdepends = dmenu: use dmenu for search prompts and results
 	optdepends = rofi: use rofi for search prompts and results
 	optdepends = fzf: use fzf for results.Get it from the MPR as thumbnails works only with the latest fzf version
diff --git a/PKGBUILD b/PKGBUILD
index 295cbde..54de287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=ytfzf
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A posix script to find and watch youtube videos from the terminal Without API"
 arch=('any')
 url="https://github.com/pystardust/ytfzf"
 license=('GPL3')
-depends=('jq' 'mpv' 'youtube-dl')
+depends=('jq' 'mpv' 'yt-dlp')
 provides=('ytfzf')
 conflicts=('ytfzf')
 # replaces=('ytfzf')