Package Details: teamtype-git 0.9.2.r0.ge05a267-2

Git Clone URL: https://aur.archlinux.org/teamtype-git.git (read-only, click to copy)
Package Base: teamtype-git
Description: Peer-to-peer, editor-agnostic collaborative editing of local text files
Upstream URL: https://github.com/teamtype/teamtype
Licenses: AGPL-3.0-only
Conflicts: teamtype
Provides: teamtype
Replaces: ethersync-git
Submitter: alerque
Maintainer: alerque (blinry)
Last Packager: alerque
Votes: 1
Popularity: 0.83
First Submitted: 2026-07-08 11:44 (UTC)
Last Updated: 2026-07-08 11:47 (UTC)

Latest Comments

alerque commented on 2026-07-08 11:51 (UTC)

I just created this package (teamtype-git) as a complete overhaul of the packaging based on the official packages in [extra] for teamtype, plus the relevant AUR and VCS specific packaging changes. I then merged the legacy package name (ethersync-git) into this one, hence the comments below appearing here.

svenstaro commented on 2025-08-07 07:44 (UTC)

Just to note, I have now also added an official ethersync package to [extra] and you might want to add conflicts against that.

svenstaro commented on 2025-08-07 07:44 (UTC)

Yeah, with !lto it compiles for me.

piko commented on 2025-08-06 14:08 (UTC)

Hello @svenstaro, @bliny made me co-maintainer for this package. Thanks for the report! The package built for me without problems with lto switched on, but we switched it off anyway; does it build now for you?

svenstaro commented on 2025-08-06 10:58 (UTC)

I'm getting a lot of these linker errors:

rust-lld: error: undefined symbol: ring_core_0_17_8_aes_nohw_ctr32_encrypt_blocks
          >>> referenced by ring.bcb1dee79d967c98-cgu.12
          >>>               ring-71fbee0bd625a7af.ring.bcb1dee79d967c98-cgu.12.rcgu.o:(ring::aead::aes::Key::ctr32_encrypt_within::h507772263f6dfb2e) in archive /home/svenstaro/.cache/paru/clone/ethersync-git/src/ethersync-git/daemon/target/release/deps/libring-71fbee0bd625a7af.rlib

This can be fixed by adding options=('!lto'). Frankly, I'm not sure how the package built for you. At any rate, you should probably disable lto for this package as shown.