Search Criteria
Package Details: hunter 1.3.5-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hunter.git (read-only, click to copy) |
|---|---|
| Package Base: | hunter |
| Description: | Ranger-like CLI file browser written in Rust |
| Upstream URL: | https://github.com/nanoctr/hunter |
| Keywords: | cli file manager mc ranger |
| Licenses: | custom:WTFPL |
| Provides: | hunter |
| Submitter: | flacks |
| Maintainer: | bryanvalente |
| Last Packager: | tippfehlr |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-04-07 20:48 (UTC) |
| Last Updated: | 2026-06-12 12:37 (UTC) |
Dependencies (23)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- libsixel (libsixel-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gst-plugins-bad (gst-plugins-bad-gitAUR) (make)
- gst-plugins-good (gst-plugins-good-gitAUR) (make)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- atool (atool2-gitAUR) (optional) – Archive support
- bat (bat-cat-gitAUR) (optional) – Syntax highlighting
- elinks (elinks-gitAUR) (optional) – HTML support
- fzf (fzf-gitAUR) (optional) – Default file finder
- gst-libav (gst-libav-gitAUR) (optional) – Media support
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – Media support
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – Media support
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – Media support
- highlight (optional) – Syntax highlighting
- libarchive (libarchive-gitAUR) (optional) – Archive support
- links (links-g-directfbAUR) (optional) – HTML support
- lynx (lynx-gitAUR) (optional) – HTML support
- mupdf-tools (mupdf-gitAUR) (optional) – PDF support
- Show 3 more dependencies...
Latest Comments
micwoj92 commented on 2025-01-16 21:49 (UTC)
Build fails:
kulak commented on 2022-12-01 17:24 (UTC)
Small adjustment to patch instructions below.
If you put patch file at the same level as PKGBUILD, then line should be
solnce commented on 2021-10-19 12:49 (UTC) (edited on 2021-10-19 15:52 (UTC) by solnce)
Does not build for me.
neowinx commented on 2021-03-22 04:16 (UTC) (edited on 2021-03-22 04:17 (UTC) by neowinx)
Apparently the method
remove_itemhas been removed in upstream versions of Rust. See:I made a patch for version v1.3.5 that modifies the lines related to that change.
Feel free to try it.
fix_vector_remove_item.patchjust create the file and then modify the build process in the
PKGBUILDadding the patch process before the cargo buildThe related code should go from this:
to this:
Hope this helps you somehow.
Regards.
neowinx
zayatura commented on 2021-02-08 14:21 (UTC)
I cannot build this package, it fails with the below error. I am using yay. Can anyone help?
alerque commented on 2020-02-25 15:52 (UTC)
All of your AUR requests to delete other packages are invalid. Just because the stable packaging happens to be the latest after a release does not make VCS packages duplicates. *-git packages should remain for such a time as there are upsream developments that are not released yet.