Search Criteria
Package Details: check-broken-packages-pacman-hook-git r92.ae70a79-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/check-broken-packages-pacman-hook-git.git (read-only, click to copy) |
---|---|
Package Base: | check-broken-packages-pacman-hook-git |
Description: | Pacman hook to check for broken packages |
Upstream URL: | https://github.com/desbma/pacman-hooks |
Licenses: | GPL3 |
Conflicts: | pacman-hooks-desbma-git |
Submitter: | desbma |
Maintainer: | desbma |
Last Packager: | desbma |
Votes: | 17 |
Popularity: | 1.48 |
First Submitted: | 2021-05-14 22:30 (UTC) |
Last Updated: | 2023-12-30 21:04 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
desbma commented on 2024-10-21 07:55 (UTC)
@dangpzanco : #[expect] is stable since rust 1.81 (https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#expectlint), the current version in the official repos is 1.82.0. Update the rust package, or run
rustup update stable
if you use rustup and it should build fine.dangpzanco commented on 2024-10-21 05:50 (UTC)
I can't install because of error
E0658
(unstable feature, I have stablerustc
, so I cannot install):See the output:
MarsSeed commented on 2023-12-30 22:49 (UTC)
Hi,
Thank you very much for maintaining this very useful package.
But if you let me share my advice and polite request, it would be best if you did not do empty pkgver bump commits in the future.
The purpose of a '-git' VCS package is that Arch build tools like makepkg and devtools, as well as AUR helpers already pick up changes in the upstream git repository when checking for updates. Therefore, users automatically get to compile the latest version when they initiate the build.
Also there are AUR support tools that periodically check for updates - the properly implemented ones do pick up upstream git repo changes and notify users, even without you pushing this bump in pkgver to the PKGBUILD & .SRCINFO.
Although pushing such empty pkgver bumps might not have outright harmful impact, but, depending on the AUR build tool used, it might cause someone who already built the latest commit version get a notification upon your version bump push that there is a new update, and it might trigger a rebuild of the same version - which then the AUR helper tool will not install due to same version being already installed, or it might still reinstall it, depending on the configuration. In addition, AUR users who are subscribed to package update notifications of this one will get an email about this pkgver change that is essentially meaningless to them.
Thank you in advance if you heed my advice. And again let me express my gratitude for this superb package that is truly a must-have one for me!
thiagowfx commented on 2021-07-19 01:21 (UTC)
@desbma Thanks for cycling back. Re: First comment, you're right, it was a problem with my own setup (
~/.gitconfig
), so sorry for the noise.Re: Second comment, will do.
yochananmarqos commented on 2021-06-30 22:52 (UTC)
@thiagowfx: It's a false positive because it's an Electron package.
1password
ships with it's own copy of Electron which includes it's own libraries in a non-standard location.desbma commented on 2021-06-30 20:02 (UTC)
@thiagowfx From https://github.com/rust-lang/cargo/issues/3381 it seems your issue is due to your own git config file Adding CARGO_NET_GIT_FETCH_WITH_CLI=1 would make sense, but this is not specific to this package and should go in https://wiki.archlinux.org/title/Rust_package_guidelines before I consider adding it, because I'm not sure if does not have other side effects.
Regarding the libffmpeg.so dependency, please open an issue at https://github.com/desbma/pacman-hooks/issues since this is related to the program, not the package.
thiagowfx commented on 2021-06-30 03:19 (UTC)
One more thing:
Is there any chance this could be a false positive? It seems odd that a password manager would have ffmpeg as dependency.
thiagowfx commented on 2021-06-30 03:17 (UTC)
The following error occurs:
Apparently it works if I do this first:
I am not much familiar with Rust, maybe you could change the
PKGBUILD
or your Cargo config to include that setting by default?yochananmarqos commented on 2021-05-15 00:23 (UTC)
@desbma: Done.
desbma commented on 2021-05-14 23:42 (UTC)
@yochananmarqos I'm quite confident these are not false positives. Please open an issue at https://github.com/desbma/pacman-hooks/issues if you want me to look at it.
1 2 Next › Last »