Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / v2ray
Commits:
cf7da9fa by Felix Yan at 2026-03-04T22:04:09+08:00
upgpkg: 5.43.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = v2ray
pkgdesc = A platform for building proxies to bypass network restrictions
- pkgver = 5.42.0
+ pkgver = 5.43.0
pkgrel = 1
url = https://github.com/v2fly/v2ray-core
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = v2ray
depends = v2ray-domain-list-community
depends = v2ray-geoip
backup = etc/v2ray/config.json
- source = git+https://github.com/v2fly/v2ray-core.git#tag=v5.42.0
- sha512sums =
60584e3dfc1651244a994457993f72efc3d3a9eccfb760208e1abc35e78d1204fcf7adf48cf63a4137cead43f8603a2bb5060e67132f551542fe38469f2c7dac
+ source = git+https://github.com/v2fly/v2ray-core.git#tag=v5.43.0
+ sha512sums =
bcf6cd72718434360f5cd54ddf57ed35c0ad43f022cb46a6525a7ea39732a26056ed1bfcdc1b08ae04dd1d2bf7d82306f393512b0eb176e206842f4b43c7f9cf
pkgname = v2ray
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: pandada8 <[email protected]>
pkgname=v2ray
-pkgver=5.42.0
+pkgver=5.43.0
pkgrel=1
pkgdesc="A platform for building proxies to bypass network restrictions"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
makedepends=('go' 'git')
backup=(etc/v2ray/config.json)
source=("git+https://github.com/v2fly/v2ray-core.git#tag=v$pkgver")
-sha512sums=('60584e3dfc1651244a994457993f72efc3d3a9eccfb760208e1abc35e78d1204fcf7adf48cf63a4137cead43f8603a2bb5060e67132f551542fe38469f2c7dac')
+sha512sums=('bcf6cd72718434360f5cd54ddf57ed35c0ad43f022cb46a6525a7ea39732a26056ed1bfcdc1b08ae04dd1d2bf7d82306f393512b0eb176e206842f4b43c7f9cf')
prepare() {
cd v2ray-core
@@ -31,7 +31,8 @@ build() {
check() {
cd v2ray-core
# TestGeoIPMatcher6US: https://github.com/v2fly/v2ray-core/issues/3473
- go test -p 1 -tags json -v -timeout 30m -skip TestGeoIPMatcher6US ./...
+ # QUIC tests: https://github.com/quic-go/quic-go/issues/5572
+ go test -p 1 -tags json -v -timeout 30m -skip
'TestGeoIPMatcher6US|TestQuic.*|TestVMessQuic|TestQUIC.*' ./...
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray/-/commit/cf7da9fa540bef9c00d1f2b3175fb96bf407cdc5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray/-/commit/cf7da9fa540bef9c00d1f2b3175fb96bf407cdc5
You're receiving this email because of your account on gitlab.archlinux.org.