Package Details: iamb-git r271.b10c985-1

Git Clone URL: https://aur.archlinux.org/iamb-git.git (read-only, click to copy)
Package Base: iamb-git
Description: A Matrix client for Vim addicts
Upstream URL: https://github.com/ulyssa/iamb
Keywords: chat client matrix tui vim
Licenses: Apache-2.0
Conflicts: iamb, iamb-bin
Provides: iamb
Submitter: jahway603
Maintainer: jahway603
Last Packager: jahway603
Votes: 6
Popularity: 0.75
First Submitted: 2023-03-22 14:48 (UTC)
Last Updated: 2026-04-19 21:26 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

tdussa commented on 2026-07-21 15:54 (UTC)

FWIW, the build workaround in this Github issue works just fine: https://github.com/zeroclaw-labs/zeroclaw/issues/2905

That is, when the rust packages start compiling, you can open another terminal and run these commands that will patch the relevant source file:

MSDK_LIB=$(find ~/.cargo/registry/src -path '*/matrix-sdk-0.16.*/src/lib.rs' 2>/dev/null | head -1)

if [[ -n "$MSDK_LIB" ]] && ! grep -q 'recursion_limit' "$MSDK_LIB"; then
    sed -i '1s/^/#![recursion_limit = "256"]\n/' "$MSDK_LIB"
fi

mesaprotector commented on 2026-06-07 17:13 (UTC) (edited on 2026-06-07 17:55 (UTC) by mesaprotector)

Does not build for me with "error: queries overflow the depth limit!" for the matrix-sdk crate. See also: https://github.com/matrix-org/matrix-rust-sdk/issues/6254

(I was able to get it to build by installing rust 1.0.193 and llvm21-libs.)

Ari43 commented on 2026-04-19 02:19 (UTC)

I would appreciate if this included a .desktop file, similar to iamb-bin.

ynakao commented on 2024-08-03 06:52 (UTC)

Please consider also updating .SRCINFO metadata to reflect pkgver() change. cf: https://wiki.archlinux.org/title/AUR_submission_guidelines#Publishing_new_package_content

AvidSeeker commented on 2024-05-22 19:13 (UTC)

PKGBUILD doesn't install man pages iamb.1, iamb.5

sweetiebot commented on 2024-03-10 23:03 (UTC)

PKGBUILD needs to include options=(!lto) to compile correctly.