summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9edfd7316937..94beb2ab74cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = wtwitch
optdepends = fzf: for browsing and watching streams with fzf
optdepends = mpv: for watching streams
optdepends = vlc: for watching streams
+ optdepends = youtube-dl: for watching VODs
+ optdepends = yt-dlp: for watching VODs
source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.6.0.tar.gz
source = https://github.com/krathalan/wtwitch/releases/download/2.6.0/2.6.0.tar.gz.sig
validpgpkeys = 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174
diff --git a/PKGBUILD b/PKGBUILD
index c4a5d8603d18..b210868aba73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,9 @@ depends=("curl" "jq" "streamlink")
makedepends=("scdoc")
optdepends=('fzf: for browsing and watching streams with fzf'
'mpv: for watching streams'
- 'vlc: for watching streams')
+ 'vlc: for watching streams'
+ 'youtube-dl: for watching VODs'
+ 'yt-dlp: for watching VODs')
# Download information
source=("${url}/archive/refs/tags/${pkgver}.tar.gz"