summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEuro2022-02-04 07:21:03 -0800
committerEuro2022-02-04 07:21:03 -0800
commitc7e5105f1aea55d672755b449fcc513b8cd68427 (patch)
tree7d07ee68355310d83523d25ae631449a5444f927
parent2ead3d3db9a3aa1e7d2333929de6242d95a0f79e (diff)
downloadaur-c7e5105f1aea55d672755b449fcc513b8cd68427.tar.gz
depends: add grep, curl, move mpv to optdepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a171cc50544..0119726c54c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@ pkgdesc="A posix script to find and watch youtube videos from the terminal. (Wit
arch=('any')
url="https://github.com/pystardust/ytfzf"
license=('GPL')
-depends=('jq' 'mpv' 'curl')
+depends=('jq' 'curl' 'grep' 'sed')
makedepends=('git')
optdepends=(
'dmenu: use dmenu for search prompts and results'
'rofi: use rofi for search prompts and results'
'fzf: use fzf for results'
+ 'mpv: use mpv for video player'
'ueberzug: thumbnails image preview'
'yt-dlp: for downloading'
)