Search Criteria
Package Details: ffsend-git 0.2.64.6a94ea75-1
Git Clone URL: | https://aur.archlinux.org/ffsend-git.git (read-only, click to copy) |
---|---|
Package Base: | ffsend-git |
Description: | Easily and securely share files from the command line. A Firefox Send client. |
Upstream URL: | https://gitlab.com/timvisee/ffsend |
Keywords: | firefox send |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | timvisee |
Maintainer: | timvisee |
Last Packager: | timvisee |
Votes: | 2 |
Popularity: | 0.000045 |
First Submitted: | 2019-03-04 14:46 |
Last Updated: | 2020-05-17 17:27 |
Dependencies (7)
- ca-certificates (ca-certificates-utils)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rustup-git, rust-nightly-bin, rust-wasm, rust-bin, rust, rustup) (make)
- cmake (cmake-git) (make)
- openssl>=1.0 (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened) (make)
- rust>=1.39 (rust-i586-git, rust-git, rust-mrustc, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rust-bin, rustup) (make)
- bash-completion (bash-completion-git) (optional) – support auto completion for bash
- xclip (wl-clipboard-x11, xclip-git) (optional) – clipboard support
Latest Comments
physkets commented on 2019-03-13 08:17
The package should just be named
ffsend
. A -git suffix is required only if you're using the latest commit instead of a release. Also, please include the sha sum.timvisee commented on 2019-03-12 18:04
@emlun Manually updating
rustup
, and using a newer Rust version probably solves the issue.What is possible is to explicitly install and update the latest Rust stable version, but that might have weird side effects. I would add
rustup install stable && rustup default stable
to thebuild
step, but I don't know whether that is a good idea.In case you're wondering, the real PKGBUILD source is available here.
emlun commented on 2019-03-12 17:59
As I said over on ffsend, I hit a snag while trying to install this: pacman doesn't seem to be able to satisfy the
rust>=1.12
dependency with therustup
package. I'm not sure if there's anything that can be done about that in this PKGBUILD, though - this could be a limitation in pacman for all I know.