summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2023-01-18 08:33:02 -0800
committerHunter Peavey2023-01-18 08:33:02 -0800
commit90b9b984d71af22985df81227464b9b2a6b75787 (patch)
treea89977c96effae2670b49c2de57aa9941b292d85
parent71b112b509b1dc345b53df4c6a148351010716bf (diff)
downloadaur-90b9b984d71af22985df81227464b9b2a6b75787.tar.gz
Add youtube-dl and yt-dlp to optdepends
-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"