Package Details: clipcascade-bin 3.2.0-2

Git Clone URL: https://aur.archlinux.org/clipcascade-bin.git (read-only, click to copy)
Package Base: clipcascade-bin
Description: Sync clipboard across multiple devices
Upstream URL: https://github.com/Sathvik-Rao/ClipCascade
Keywords: clipboard clipcascade productivity sync
Licenses: GPL-3.0-or-later
Conflicts: clipcascade
Provides: clipcascade
Submitter: shkim
Maintainer: shkim
Last Packager: shkim
Votes: 1
Popularity: 0.174934
First Submitted: 2025-03-02 14:38 (UTC)
Last Updated: 2026-05-05 06:17 (UTC)

Dependencies (18)

Required by (0)

Sources (5)

Pinned Comments

shkim commented on 2026-05-04 12:11 (UTC) (edited on 2026-05-04 12:12 (UTC) by shkim)

ClipCascade needs a clipboard tool matching your display server:

Xorg session:

pacman -S xclip

Wayland session:

pacman -S wl-clipboard xorg-xwayland

Recommended for Xorg users (efficient event-based monitor):

pacman -S python-gobject gtk3

For emoji glyphs in the tray menu:

pacman -S noto-fonts-emoji

Latest Comments

shkim commented on 2026-05-05 06:24 (UTC) (edited on 2026-05-05 09:00 (UTC) by shkim)

Hi, @ynoatho. Thanks for the report.

The hash is actually correct — I forgot to include the version in the source filename, so your AUR helper was rehashing the cached 3.1.0 zip against the 3.2.0 sum. Fixed in 3.2.0-2. Please clear the cache and reinstall:

# yay:
rm -rf ~/.cache/yay/clipcascade-bin/
# paru:
rm -rf ~/.cache/paru/clone/clipcascade-bin/

then reinstall.

ynoatho commented on 2026-05-05 02:25 (UTC) (edited on 2026-05-05 02:34 (UTC) by ynoatho)

Hi there, 3.2.0-1 not passing the hash check; cleared cache, checked on multiple machines etc.

==> Validating source files with sha256sums... ClipCascade_Linux.zip ... FAILED clipcascade.svg ... Passed clipcascade.desktop ... Passed clipcascade.sh ... Passed fix-write-path.patch ... Passed ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'clipcascade-bin-3.2.0-1':

shkim commented on 2026-05-04 16:14 (UTC)

Thanks for the feedback, @tranquil. I've moved wl-clipboard and xclip to optional dependencies as suggested and bumped the package to 3.2.0

shkim commented on 2026-05-04 12:11 (UTC) (edited on 2026-05-04 12:12 (UTC) by shkim)

ClipCascade needs a clipboard tool matching your display server:

Xorg session:

pacman -S xclip

Wayland session:

pacman -S wl-clipboard xorg-xwayland

Recommended for Xorg users (efficient event-based monitor):

pacman -S python-gobject gtk3

For emoji glyphs in the tray menu:

pacman -S noto-fonts-emoji

tranquil commented on 2026-02-22 06:01 (UTC)

xorg-xwayland may be a dependency, though I'm not entirely sure https://github.com/Sathvik-Rao/ClipCascade/issues/12

tranquil commented on 2026-02-22 04:34 (UTC)

The xclip dependency is only necessary for the Xorg version, and the program will not work on Wayland. I suggest making wl-clipboard and xclip optional deps. My suggestion can be found as pull request https://github.com/seunghun-kim/aur-clipcascade-bin/pull/1