First thank you, but I tried to update, but it gives me this error
running 1 test
test tests::test_migration::simple_case ... FAILED
failures:
---- tests::test_migration::simple_case stdout ----
thread 'tests::test_migration::simple_case' panicked at espanso-migrate/src/lib.rs:231:7:
assertion failed: `(left == right)`
Diff < left / right > :
[
< "/match/base.yml",
"/config/default.yml",
> "/match/base.yml",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
tests::test_migration::simple_case
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.01s
error: test failed, to rerun pass `-p espanso-migrate --lib`
==> ERROR: A failure occurred in check().
Aborting...
Pinned Comments
carsme commented on 2024-01-21 08:25 (UTC)
NOTICE: The standalone
espanso-wayland
package has been merged into this pkgbase, which now builds two distinct packages:espanso-x11
: Espanso built for X11, replaces the formerespanso
package.espanso-wayland
: Espanso built for Wayland, identical to the former standaloneespanso-wayland
package.This change simplifies maintenance and ensures the packages are kept in sync. It does however incur slightly longer build times, as Espanso is compiled twice during the build process.
Your AUR helper will hopefully handle the upgrade/migration automatically.
Let me know if you encounter any issues.