Package Details: clash-verge-bin 1.3.8-0

Git Clone URL: https://aur.archlinux.org/clash-verge-bin.git (read-only, click to copy)
Package Base: clash-verge-bin
Description: A Clash GUI based on tauri.
Upstream URL: https://github.com/zzzgydi/clash-verge
Keywords: clash
Licenses: GPL3
Submitter: midnightix
Maintainer: Pylogmon
Last Packager: Pylogmon
Votes: 8
Popularity: 0.008465
First Submitted: 2022-04-19 10:53 (UTC)
Last Updated: 2023-10-31 08:09 (UTC)

Latest Comments

AsukaMinato commented on 2024-02-13 10:30 (UTC)

This package's version is 1.3.8. However, the github release about this rebo shows that the latest version is 1.5.1. This is the url

no, that package is called clash-verge-rev-bin.

AsukaMinato commented on 2024-01-11 01:33 (UTC) (edited on 2024-01-11 01:33 (UTC) by AsukaMinato)

conflicts=(clash-verge)
错误:无法提交处理 (有冲突的文件)
clash-verge-bin: 文件系统中存在 /usr/bin/clash-verge (由 clash-verge 所有)
clash-verge-bin: 文件系统中存在 /usr/lib/clash-verge/resources/Country.mmdb (由 clash-verge 所有)
clash-verge-bin: 文件系统中存在 /usr/share/applications/clash-verge.desktop (由 clash-verge 所有)
发生错误,没有软件包被更新。

anlorsp commented on 2023-10-07 06:50 (UTC)

gnome桌面下打开软件界面白屏,其余功能可以正常运作。上游的appimage包可以正常运行。

yingyi commented on 2022-08-16 09:19 (UTC)

上游已经更新到了1.0.4,请更新一下吧

zmaplex commented on 2022-06-11 08:29 (UTC)

请更新下,下列代码通过测试.主要新增了一个依赖 libayatana-appindicator.

# Maintainer: mindnightix <midnightix@protonmail.com>

pkgname=clash-verge-bin
_pkgname=clash-verge
pkgver=1.0.2
pkgrel=2
pkgdesc="A Clash GUI based on tauri."
arch=('x86_64')
url="https://github.com/zzzgydi/clash-verge"
license=('GPL3')
depends=('libappindicator-gtk3' 'webkit2gtk' 'gtk3' 'libayatana-appindicator')
provides=('clash')
conflicts=('clash')
source=("${_pkgname}-${pkgver}-${arch}.deb::https://github.com/zzzgydi/clash-verge/releases/download/v${pkgver}/clash-verge_${pkgver}_amd64.deb")

sha512sums=('d7c6166178864ef68327cf78ff2b7805a51aa1e2552c020c4eb83decfda069e6f687c6a9fd0305526e9d084c7f0e1eb75b5d942182fe779fb6b9015c3ce0ed74')

package() {
        tar xpf data.tar.gz -C ${pkgdir}
}