summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEuro2022-02-03 16:32:17 -0800
committerEuro2022-02-03 16:32:17 -0800
commit5ae0099d7b3612ad0beedf777c66fb806ecd8392 (patch)
tree44a736669e35b9cffc0942153d202da9e81eb87b
parent2875909119b4ce1f7e2d428e245ad73daed2db9a (diff)
downloadaur-5ae0099d7b3612ad0beedf777c66fb806ecd8392.tar.gz
dependencies: add curl
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9dba3678177..3bfe53c3cf38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 48e209e0a9ba..04d1cf09cd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'