Package Details: pacmerge 0.2.1-1

Git Clone URL: https://aur.archlinux.org/pacmerge.git (read-only, click to copy)
Package Base: pacmerge
Description: A semi-automatic merge tool for pacnew files.
Upstream URL: https://heptapod.host/jmb/pacmerge
Licenses: GPL3
Submitter: jmb
Maintainer: jmb
Last Packager: jmb
Votes: 3
Popularity: 0.000000
First Submitted: 2020-05-17 07:02 (UTC)
Last Updated: 2025-01-24 16:39 (UTC)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2025-01-25 20:23 (UTC)

Thanks. Also should the dependency be kdiff3 instead of `diffutils? https://heptapod.host/jmb/pacmerge/-/blob/branch/default/src/main.rs?ref_type=heads#L154

jmb commented on 2025-01-24 16:42 (UTC)

@micwoj92 thanks for the report, I've updated the package.

micwoj92 commented on 2025-01-24 00:58 (UTC)

Build fails:

error[E0282]: type annotations needed for `Box<_>`
  --> /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.28/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
   = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`

   Compiling addr2line v0.21.0
For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...