diff options
author | Euro | 2022-02-04 07:21:03 -0800 |
---|---|---|
committer | Euro | 2022-02-04 07:21:03 -0800 |
commit | c7e5105f1aea55d672755b449fcc513b8cd68427 (patch) | |
tree | 7d07ee68355310d83523d25ae631449a5444f927 | |
parent | 2ead3d3db9a3aa1e7d2333929de6242d95a0f79e (diff) | |
download | aur-c7e5105f1aea55d672755b449fcc513b8cd68427.tar.gz |
depends: add grep, curl, move mpv to optdepends
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' ) |