summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-10-01 00:37:01 -0400
committerJean Lucas2019-10-01 00:37:01 -0400
commit70e8f0aa0575b33e2bef707846a5b39e9278876e (patch)
treef2f8e25bdc39fa27e4114ab95996dee205b6c2cc /PKGBUILD
parentdcd30c652d5c2ac38eabd6a83268b431eb20fcfe (diff)
downloadaur-hunter-holy-git.tar.gz
Update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ac44f7c96cb..0d0294f345d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=(WTFPL)
depends=(xdg-utils gst-plugins-base-libs libsixel)
makedepends=(git rustup gst-plugins-bad)
optdepends=('gst-plugins-good: media support'
+ 'gst-plugins-bad: media support'
'gst-plugins-ugly: media support'
'gst-libav: media support'
'nerd-fonts-complete: supported icon pack'
@@ -17,12 +18,14 @@ optdepends=('gst-plugins-good: media support'
'highlight: syntax highlighting'
'libarchive: archive support'
'p7zip: archive support'
+ 'atool: archive support'
'w3m: HTML support'
'links: HTML support'
'elinks: HTML support'
'lynx: HTML support'
'poppler: PDF support'
- 'mupdf-tools: PDF support')
+ 'mupdf-tools: PDF support'
+ 'fzf: default file finder')
provides=(hunter)
conflicts=(hunter)
source=(git+$url#branch=holy)