Search Criteria
Package Details: v2rayn 7.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/v2rayn.git (read-only, click to copy) |
---|---|
Package Base: | v2rayn |
Description: | A GUI client supporting Xray core, sing-box core and other cores |
Upstream URL: | https://github.com/2dust/v2rayN |
Keywords: | v2rayn |
Licenses: | GPL-3.0-only |
Conflicts: | v2rayn-bin |
Submitter: | yidaduizuoye |
Maintainer: | yidaduizuoye |
Last Packager: | yidaduizuoye |
Votes: | 6 |
Popularity: | 2.48 |
First Submitted: | 2024-12-30 14:38 (UTC) |
Last Updated: | 2025-04-09 10:27 (UTC) |
Dependencies (6)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR)
- mihomoAUR (clash-meta-is-mihomoAUR, mihomo-gitAUR, mihomo-binAUR)
- sing-boxAUR (sing-box-gitAUR, sing-box-betaAUR, sing-box-beta-binAUR, sing-box-alphaAUR, sing-box-binAUR)
- xrayAUR (xray-gitAUR, xray-binAUR)
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
yidaduizuoye commented on 2025-04-03 05:32 (UTC)
@raxp Added aarch64 support, thanks for your feedback!
raxp commented on 2025-04-01 14:37 (UTC)
@yidaduizuoye hey, ArchLinux ARM user here. Just tried to build v2rayN on aarch64. Seems it builds and works fine. Also 2dust offers ARM binaries for Linux himself via GitHub releases. Maybe it's safe to add aarch64 to the PKGBUILD?
yidaduizuoye commented on 2025-03-28 02:10 (UTC)
@Akari-chan Thanks! Fixed in
7.10.5-2
. Using relative paths is to ensure all files belong to the same sysroot, e.g. extracting this package, it will not link to external files.Akari-chan commented on 2025-03-27 00:06 (UTC)
Symlinks don't seem to work:
as xray is at
Because it actually links to
/usr/❗lib❗/bin/xray
, not/usr/bin/xray
.Why not just
Link doesn't have to be valid at the moment of creation.
Then it works fine
and
yidaduizuoye commented on 2025-01-30 14:42 (UTC)
@Jericho You need to uninstall
extra/dotnet-runtime
manually and installextra/dotnet-runtime-8.0
Jericho commented on 2025-01-28 11:03 (UTC) (edited on 2025-01-28 11:06 (UTC) by Jericho)
I'm trying to reinstall the program completely, after updating the package “extra/dotnet-runtime 8.0.11.sdk111-1 -> 9.0.1.sdk102-1”
A compatibility error occurs and the program is no longer installed.
yidaduizuoye commented on 2025-01-23 06:26 (UTC) (edited on 2025-01-23 06:26 (UTC) by yidaduizuoye)
@zept I tried replacing the method of linking the core files and it should work fine now, please try updating to 7.7.0-2. Thanks for your feedback.
zept commented on 2025-01-22 14:23 (UTC)
Hi, could you please update the AUR package to reflect these recent changes? I have tried building the package multiple times, but it did not work for me on several installations. However, it seems to work perfectly fine when upgrading from an older version.
As mentioned in the 7.7.0 release on GitHub:
Thank you in advance.
yidaduizuoye commented on 2025-01-08 02:33 (UTC)
@pomeluce The
bin/
folder is not created until the first run, fix in 7.5.5-2. Thanks!pomeluce commented on 2025-01-08 02:15 (UTC)
v2rayN.sh will prompt the following message when running:
The '~/.local/share/v2rayN/bin' directory needs to be created manually. Can the creation code for the ~/.local/share/v2rayN/bin directory be added to v2rayN.sh?