Package Details: clash-party-bin 1.9.4-1

Git Clone URL: https://aur.archlinux.org/clash-party-bin.git (read-only, click to copy)
Package Base: clash-party-bin
Description: A Clash client with party features (Rebranded as Mihomo Party)
Upstream URL: https://github.com/mihomo-party-org/clash-party
Licenses: GPL-3.0-or-later
Conflicts: clash-party, mihomo-party, mihomo-party-bin
Provides: clash-party, mihomo-party, mihomo-party-bin
Submitter: sahduausds
Maintainer: sahduausds (sicalxy)
Last Packager: sicalxy
Votes: 3
Popularity: 0.50
First Submitted: 2025-11-09 07:37 (UTC)
Last Updated: 2026-04-18 06:57 (UTC)

Latest Comments

sicalxy commented on 2026-01-14 07:09 (UTC)

Updated PKGBUILD:

# Maintainer: sahdu sahduausds@foxmail.com

pkgname=clash-party-bin
_pkgname=clash-party
pkgver=1.8.9
pkgrel=1
pkgdesc="A Clash client with party features"
arch=('x86_64')
url="https://github.com/mihomo-party-org/clash-party"
license=('GPL')
depends=('gtk3' 'nss' 'libxss' 'libappindicator-gtk3' 'libnotify' 'libcups' 'libsecret' 'libxtst' 'alsa-lib')
source=("${url}/releases/download/v${pkgver}/${_pkgname}-linux-${pkgver}-amd64.deb")
sha256sums=('8b5a56826ac45012c9c4236f15119caafdfa6c18e05d8b5a24c655210b4a01f2')

package() {
    bsdtar -xf data.tar.xz -C "$pkgdir/"

    install -d -m755 "$pkgdir/usr/bin"
    ln -s "/opt/clash-party/mihomo-party" "$pkgdir/usr/bin/mihomo-party"
    ln -s "/opt/clash-party/mihomo-party" "$pkgdir/usr/bin/clash-party"
}

I'm pleased to help maintain, you can add me into co-maintainer list. @sahdu