Search Criteria
Package Details: ffsend-git 0.2.74.ccd489ce-1
Package Actions
| 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 Send client. | 
| Upstream URL: | https://gitlab.com/timvisee/ffsend | 
| Keywords: | firefox send | 
| Licenses: | GPL3 | 
| Conflicts: | ffsend | 
| Provides: | ffsend | 
| Submitter: | timvisee | 
| Maintainer: | timvisee | 
| Last Packager: | timvisee | 
| Votes: | 2 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2019-03-04 14:46 (UTC) | 
| Last Updated: | 2021-10-07 12:34 (UTC) | 
Dependencies (5)
- ca-certificates (ca-certificates-utils)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (make)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – clipboard support
Latest Comments
pauper commented on 2023-09-10 22:26 (UTC)
Needs git as a make dependency
fossdd commented on 2021-06-13 10:32 (UTC)
@physkets It used the latest git head see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ffsend-git#n13
physkets commented on 2019-03-13 08:17 (UTC)
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 (UTC)
@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 stableto thebuildstep, 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 (UTC)
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.12dependency with therustuppackage. 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.