Package Details: clash-party-bin 1.9.5-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.32
First Submitted: 2025-11-09 07:37 (UTC)
Last Updated: 2026-06-04 01:03 (UTC)

Latest Comments

david4958606 commented on 2026-06-02 17:49 (UTC) (edited on 2026-06-02 17:50 (UTC) by david4958606)

This package has been out of date for a while. The latest version is 1.9.5. Could you update it, or add me as a co-maintainer?

# Maintainer: sahdu <sahduausds@foxmail.com>
# Maintainer: sicalxy <sicalxy at outlook dot com>

pkgname=clash-party-bin
_pkgname=clash-party
_realname=mihomo-party
pkgver=1.9.5
pkgrel=1
pkgdesc="A Clash client with party features (Rebranded as Mihomo Party)"
arch=('x86_64' 'aarch64')
url="https://github.com/mihomo-party-org/clash-party"
license=('GPL-3.0-or-later')
depends=('gtk3' 'nss' 'libxss' 'libappindicator-gtk3' 'libnotify' 'libcups' 'libsecret' 'libxtst' 'alsa-lib')
provides=("${_pkgname}" "${_realname}" "mihomo-party-bin")
conflicts=("${_pkgname}" "${_realname}" "mihomo-party-bin")
options=('!strip')

source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-linux-${pkgver}-amd64.deb")
source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}-linux-${pkgver}-arm64.deb")

sha256sums_x86_64=('81362c50a66a9676bcab6e3cdf00d29898e323793507d1e1ba3af490ad2161a4')
sha256sums_aarch64=('a9fce8353875baefe80cfffbd0000c58dedfe84a22e9d9d95f1f7d51d5839d61')

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