Package Details: clash-meta 1.18.5-3

Git Clone URL: https://aur.archlinux.org/clash-meta.git (read-only, click to copy)
Package Base: clash-meta
Description: Another Clash Kernel by MetaCubeX
Upstream URL: https://github.com/MetaCubeX/Clash.Meta
Licenses: GPL3
Conflicts: clash-meta
Submitter: sukanka
Maintainer: sukanka (lilac)
Last Packager: lilac
Votes: 7
Popularity: 0.042383
First Submitted: 2022-09-27 05:14 (UTC)
Last Updated: 2024-05-24 12:18 (UTC)

Pinned Comments

sukanka commented on 2023-02-15 01:05 (UTC)

If you want use tun mode, add the following pacman hook.

➜  ~ cat /etc/pacman.d/hooks/clash-meta.hook
[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
Target = usr/bin/clash-meta

[Action]
When = PostTransaction
Exec = /usr/bin/setcap 'cap_net_admin,cap_net_bind_service=+ep' /usr/bin/clash-meta

Latest Comments

1 2 Next › Last »

MiketsuSmasher commented on 2024-06-10 16:52 (UTC) (edited on 2024-06-10 16:53 (UTC) by MiketsuSmasher)

当前较新的版本(1.18.5-4,通过 archlinuxcn 源安装)的进程分流功能不生效,查看日志可以看到:

level=debug msg="[Process] find process 157.240.20.18 error: process of uid(1000),inode(96671) not found"

这个AUR包版本老一点,但我找不到更合适的地方来反馈。问题似乎是 clash-meta 默认以专属的用户身份运行,无法获取 UID=1000 的用户的进程信息。

chitaotao commented on 2024-05-23 15:58 (UTC)

Seems like checksum might be incorrect, my sha265sum for clash-meta-1.18.5.tar.gz is 463f54384a144b63e499db44e3383c7a412a1572809053a42810e4c154b51f5e.

rzhli commented on 2024-03-31 05:50 (UTC)

https://pastebin.com/vpnW1d2i

olingcat commented on 2024-03-26 09:53 (UTC)

现在从零构建会出现

-linkmode requires external (cgo) linking, but cgo is not enabled

这样的错误,应该是依赖了某些需要cgo的包但默认 CGO_ENABLED 未开启,希望排查一下。 相关讨论见 https://aur.archlinux.org/packages/clash-nyanpasu 的评论区。

evilred commented on 2023-12-16 08:30 (UTC)

好像是github改名了?

chust commented on 2023-12-04 06:53 (UTC)

在Clash.Meta更名成mihomo后,build()函数里面的ldflags也需要对应更新,现在软件显示的版本号是错误的1.10.0,新的参数: Makefile