summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-10-01 00:33:11 -0400
committerJean Lucas2019-10-01 00:33:38 -0400
commitafb8d884f85dc2079ed43aeb8405120990a0b03e (patch)
tree65009559bd1482811df9c7be6db53f5a7147b497 /PKGBUILD
parentad13d794557861c2a533493fcc63910efa98743e (diff)
downloadaur-hunter-holy.tar.gz
hunter doesn't support libsixel yet, update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec58e8a78455..f1811826421e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hunter-holy
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='ranger-like file browser written in Rust (holy branch)'
arch=(i686 x86_64)
url=https://github.com/rabite0/hunter
@@ -13,18 +13,19 @@ optdepends=('gst-plugins-good: media support'
'gst-plugins-bad: media support'
'gst-plugins-ugly: media support'
'gst-libav: media support'
- 'libsixel: media support'
'nerd-fonts-complete: supported icon pack'
'bat: syntax highlighting'
'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=(hunter-holy-$pkgver.tar.gz::$url/archive/v$pkgver-holy.tar.gz)