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: 4dd397d4a010215e0b4654a1d49606c27c6d60cc

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8f1b3ce..61fe314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,18 +3,18 @@ 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 = 2
+	pkgrel = 3
 	url = https://github.com/pystardust/ytfzf
 	arch = any
 	license = GPL3
 	makedepends = make
 	depends = jq
 	depends = mpv
-	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
 	optdepends = ueberzug: thumbnails image preview
+	optdepends = yt-dlp: to download videos
 	provides = ytfzf
 	conflicts = ytfzf
 	source = https://github.com/pystardust/ytfzf/archive/v2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 54de287..1b25148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=ytfzf
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 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' 'yt-dlp')
+depends=('jq' 'mpv')
 provides=('ytfzf')
 conflicts=('ytfzf')
 # replaces=('ytfzf')
@@ -16,6 +16,7 @@ optdepends=(
     'rofi:  use rofi for search prompts and results'
     'fzf:   use fzf for results.Get it from the MPR as thumbnails works only with the latest fzf version'
     'ueberzug: thumbnails image preview '
+     'yt-dlp: to download videos'
 )
 source=("https://github.com/pystardust/ytfzf/archive/v${pkgver}.tar.gz")
 sha512sums=("43c43b6a446335a7eef9d206864069df1e075d49151b359ead47de6e7234efc1042ce0557233e53c303d3c38572fd33a955e229c457561211250ddd0df5ccb0e")