Package Details: fclones-git v0.8.0-2

Git Clone URL: https://aur.archlinux.org/fclones-git.git (read-only, click to copy)
Package Base: fclones-git
Description: Efficient Duplicate File Finder
Upstream URL: https://github.com/pkolaczk/fclones
Licenses: MIT
Conflicts: fclones
Provides: fclones
Submitter: aurelieng
Maintainer: aurelieng
Last Packager: aurelieng
Votes: 1
Popularity: 0.000000
First Submitted: 2020-09-14 18:49 (UTC)
Last Updated: 2020-09-15 06:50 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

The-Corrupted commented on 2021-07-16 02:39 (UTC) (edited on 2021-07-16 02:44 (UTC) by The-Corrupted)

This fails to build when using rua. The issue is referenced here: https://github.com/vn971/rua/issues/133

The solution was to change:

cargo build --release

to:

RUSTUP_TOOLCHAIN=stable cargo build --release

pbnoxious commented on 2021-02-12 09:22 (UTC)

For me it currently doesn't build out of the box, due to this bug https://github.com/pkolaczk/fclones/issues/32

Crude solution is to add e.g.

sed -i 's/^\(sysinfo\ =\ \)\(.*\)/\1"=0.15.3"/' "$srcdir/$_pkgname/Cargo.toml"

to prepare() but that will likely change again