Search Criteria
Package Details: apkeep 0.17.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/apkeep.git (read-only, click to copy) |
---|---|
Package Base: | apkeep |
Description: | CLI tool from EFF for downloading APK files from various sources |
Upstream URL: | https://github.com/EFForg/apkeep |
Keywords: | android apk eff rust |
Licenses: | MIT |
Submitter: | ceri |
Maintainer: | murlakatamenka |
Last Packager: | murlakatamenka |
Votes: | 4 |
Popularity: | 0.013411 |
First Submitted: | 2021-09-03 12:27 (UTC) |
Last Updated: | 2024-10-12 17:31 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- mold (mold-gitAUR) (make)
Latest Comments
murlakatamenka commented on 2024-05-10 08:57 (UTC)
@j.r the log expired before I could take a look at it
The issue is in linking with OpenSSL -_-
Should be fixed now, clean chroot build was successfull.
silvan commented on 2024-05-08 14:22 (UTC)
The build fails on my side as well.
j.r commented on 2024-05-08 11:49 (UTC)
Somehow this fails to build for me (even in a clean chroot), maybe this log helps fixing it
ceri commented on 2022-09-29 06:26 (UTC)
According to arch wiki, rustup is not sufficient: https://wiki.archlinux.org/index.php?title=Rust&oldid=691740#Arch_Linux_package
I also took a look at multiple other AUR packages using rust and almost all use rust, not rustup. One also explicitly has a comment advising not to use rustup.
Unless you can provide an official source to the contrary, I see no need to change.
AkechiShiro commented on 2022-09-29 05:00 (UTC) (edited on 2022-09-29 05:02 (UTC) by AkechiShiro)
Shouldn't this package build (and not only conflict) with rustup ? Since rustup provides Rust > 1.56.0 ?