[arch-commits] Commit in v2ray/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun Mar 7 17:43:41 UTC 2021


    Date: Sunday, March 7, 2021 @ 17:43:41
  Author: foxboron
Revision: 886760

upgpkg: v2ray 4.35.1-1

Modified:
  v2ray/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 17:28:41 UTC (rev 886759)
+++ PKGBUILD	2021-03-07 17:43:41 UTC (rev 886760)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 <pandada8 at gmail.com>
 
 pkgname=v2ray
-pkgver=4.34.0
+pkgver=4.35.1
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 backup=(etc/v2ray/config.json)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz")
-sha512sums=('82a6f13bcaf61ec30b54d0f09ebff23d830bf2261731652179b739b758b4f116c5fef9890acf5832f75a5af8940ab9e8db198b5b4a1bc804736ff5b3d5d5d112')
+sha512sums=('66c0d2d14e54e64ea5dcfe395d1ab1cc4ec3a3e17ec86dfee41e15dadedf85fd55e363629b4e90f15d116fe1d00bdd53d906c06a9c0d5f8f154c346e6a4e979d')
 
 prepare() {
   cd v2ray-core-$pkgver
@@ -31,7 +31,7 @@
 
 check() {
   cd v2ray-core-$pkgver
-  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
+  go test -p 1 -tags json -v -timeout 30m ./...
 }
 
 package() {



More information about the arch-commits mailing list