summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Haubner2020-02-05 18:29:10 +0100
committerAnton Haubner2020-02-05 18:29:10 +0100
commit0da6045c45c0e838840b77d8da1531e9bb63dc4c (patch)
tree3bceb03720e57d18ed201d25ffadeb797512ea0e
parent622503e0e7d7a400e44d0b9c74226046bd980515 (diff)
downloadaur-0da6045c45c0e838840b77d8da1531e9bb63dc4c.tar.gz
Add youtube-dl dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7847496c2a8..7d1ce10c063a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = yt-bin
license = GPL3
depends = ncurses5-compat-libs>=6.1
depends = mpv>=1:0.32.0
+ depends = youtube-dl>=2020.01.24
provides = yt
source = https://ahbnr.de/jenkins/job/yt/16/artifact/yt
source = https://ahbnr.de/jenkins/job/yt/16/artifact/version
diff --git a/PKGBUILD b/PKGBUILD
index a6af766020b3..6717657346b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Youtube Terminal UI for music streaming. WIP."
arch=('x86_64')
license=('GPL3')
-depends=('ncurses5-compat-libs>=6.1' 'mpv>=1:0.32.0')
+depends=('ncurses5-compat-libs>=6.1' 'mpv>=1:0.32.0' 'youtube-dl>=2020.01.24')
makedepends=()
replaces=()
conflicts=()