Package Details: hunter-git 1.3.5.r85.g17946cf-1

Git Clone URL: https://aur.archlinux.org/hunter-git.git (read-only, click to copy)
Package Base: hunter-git
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
Conflicts: hunter
Provides: hunter
Submitter: flacks
Maintainer: None
Last Packager: haawda
Votes: 1
Popularity: 0.000000
First Submitted: 2019-04-07 20:49 (UTC)
Last Updated: 2022-12-16 19:25 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Latest Comments

rien333 commented on 2021-01-31 15:45 (UTC)

I'm running rust nightly (in fact, the build process shows that I'm using rustc 1.51.0-nightly (04caa632d 2021-01-30)), but I nevertheless get the following error right towards the end of the compile step:

   Compiling failure v0.1.6
   Compiling async_value v0.2.7
   Compiling tiff v0.2.2
   Compiling image v0.21.3
warning: unnecessary trailing semicolon
   --> src/quick_actions.rs:365:51
    |
365 |         use crate::minibuffer::MiniBufferEvent::*;;
    |                                                   ^ help: remove this semicolon
    |
    = note: `#[warn(redundant_semicolons)]` on by default

error[E0599]: no method named `remove_item` found for struct `Vec<files::File>` in the current scope
   --> src/files.rs:955:28
    |
955 |                 self.files.remove_item(&placeholder);
    |                            ^^^^^^^^^^^ method not found in `Vec<files::File>`

error: aborting due to previous error; 1 warning emitted

For more information about this error, try `rustc --explain E0599`.
error: could not compile `hunter`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
==> ERROR: A failure occurred in build().
    Aborting...

ragouel commented on 2020-02-25 17:13 (UTC)

caleb is right, there should be a button to cancel pending requests

alerque commented on 2020-02-25 15:48 (UTC)

Deletion request on this should be declined, just because stable and git packages happen to be at the same version following a release does not make it a duplicate.

Humar commented on 2019-07-08 18:20 (UTC) (edited on 2019-07-08 18:21 (UTC) by Humar)

And I get:

install: cannot st at 'target/release/preview-gen': No such file or directory ===> ERROR: A failure occurred in package(). Aborting...

cargo install hunter on the other hand just works

flacks commented on 2019-05-14 03:43 (UTC)

wilecoyote, you need to build hunter with rust-nightly. I just updated the pkgbuild to reflect that.

wilecoyote commented on 2019-05-09 11:35 (UTC)

I get the following compiling error:

   Compiling hunter v1.1.0 (/home/status/.cache/yay/hunter/src/hunter-1.1.0)
error[E0554]: #![feature] may not be used on the stable release channel
 --> src/main.rs:1:1
  |
1 | #![feature(vec_remove_item)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel
 --> src/main.rs:2:1
  |
2 | #![feature(trivial_bounds)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel
 --> src/main.rs:3:1
  |
3 | #![feature(try_trait)]
  | ^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel
 --> src/main.rs:4:1
  |
4 | #![feature(fnbox)]
  | ^^^^^^^^^^^^^^^^^^

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0554`.
error: Could not compile `hunter`.

To learn more, run the command again with --verbose.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: hunter