diff options
author | Euro | 2022-02-03 16:32:17 -0800 |
---|---|---|
committer | Euro | 2022-02-03 16:32:17 -0800 |
commit | 5ae0099d7b3612ad0beedf777c66fb806ecd8392 (patch) | |
tree | 44a736669e35b9cffc0942153d202da9e81eb87b | |
parent | 2875909119b4ce1f7e2d428e245ad73daed2db9a (diff) | |
download | aur-5ae0099d7b3612ad0beedf777c66fb806ecd8392.tar.gz |
dependencies: add curl
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ pkgbase = ytfzf-git pkgdesc = A posix script to find and watch youtube videos from the terminal. (Without API) pkgver = r1282.a257688 - pkgrel = 1 + pkgrel = 2 url = https://github.com/pystardust/ytfzf arch = any license = GPL makedepends = git depends = jq depends = mpv + depends = curl optdepends = dmenu: use dmenu for search prompts and results optdepends = rofi: use rofi for search prompts and results optdepends = fzf: use fzf for results @@ -2,12 +2,12 @@ pkgname=ytfzf-git pkgver=r1282.a257688 -pkgrel=1 +pkgrel=2 pkgdesc="A posix script to find and watch youtube videos from the terminal. (Without API)" arch=('any') url="https://github.com/pystardust/ytfzf" license=('GPL') -depends=('jq' 'mpv') +depends=('jq' 'mpv' 'curl') makedepends=('git') optdepends=( 'dmenu: use dmenu for search prompts and results' |