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

Felix Yan felixonmars at archlinux.org
Thu Nov 21 03:55:21 UTC 2019


    Date: Thursday, November 21, 2019 @ 03:55:21
  Author: felixonmars
Revision: 531010

upgpkg: v2ray 4.21.3-3

fix path for the @ service too

Modified:
  v2ray/trunk/PKGBUILD
  v2ray/trunk/v2ray.service

---------------+
 PKGBUILD      |    4 ++--
 v2ray.service |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-21 03:48:50 UTC (rev 531009)
+++ PKGBUILD	2019-11-21 03:55:21 UTC (rev 531010)
@@ -3,7 +3,7 @@
 
 pkgname=v2ray
 pkgver=4.21.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
 url="https://github.com/v2ray/v2ray-core"
@@ -14,7 +14,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz"
         'v2ray.service')
 sha512sums=('a5daf8bd50849f09da584c2c278ca3abdacad0a14cf2426938ae2d609b53c974713019da4dd3187dfada95ed72dbe47dd7a0eb3b73ac5eff028099393b19ea80'
-            '37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
+            '79192646438bcbd13a5a88d0093b1b6d5df603a9c2241a6260babf16f9e98d75f9e04fb3a1d926eb809a81fa935d3ff47d39cc703c609dfc906146ca58272bc7')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"

Modified: v2ray.service
===================================================================
--- v2ray.service	2019-11-21 03:48:50 UTC (rev 531009)
+++ v2ray.service	2019-11-21 03:55:21 UTC (rev 531010)
@@ -6,7 +6,6 @@
 [Service]
 Type=simple
 PIDFile=/var/run/v2ray-%i.pid
-Environment=V2RAY_LOCATION_ASSET=/etc/v2ray
 ExecStart=/usr/bin/v2ray -config /etc/v2ray/%i.json
 Restart=on-failure
 



More information about the arch-commits mailing list