[arch-commits] Commit in v2ray/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 11 11:28:13 UTC 2020
Date: Friday, September 11, 2020 @ 11:28:12
Author: felixonmars
Revision: 702727
upgpkg: v2ray 4.28.0-1
Modified:
v2ray/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-11 11:28:01 UTC (rev 702726)
+++ PKGBUILD 2020-09-11 11:28:12 UTC (rev 702727)
@@ -2,8 +2,8 @@
# Contributor: pandada8 <pandada8 at gmail.com>
pkgname=v2ray
-pkgver=4.27.5
-pkgrel=2
+pkgver=4.28.0
+pkgrel=1
pkgdesc="A platform for building proxies to bypass network restrictions"
arch=('x86_64')
url="https://github.com/v2fly/v2ray-core"
@@ -11,19 +11,11 @@
depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
makedepends=('go' 'git')
backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz"
- v2ray-fix-assets-tests.patch::https://github.com/v2fly/v2ray-core/pull/160.patch
- v2ray-fix-assets-tests-again.patch::https://github.com/v2fly/v2ray-core/pull/161.patch)
-sha512sums=('f0c93458d091980d8daef95a3809c3fa05fcc23e713f1190a90d5708852d3c0998a6c20f4aa6fe56a0bdf6fcde61a595869679e6803be030d8a750a46d7508f2'
- '744485707a3893bbb7ec7b7235aa94e2218ebaa79438e7705043f7a5bf683bf3b39186acedad76cc5c9dc0bc2df3d98a576dd13f95f8b8e1a51cc56dd1ca20f1'
- 'a2e2860a92ad37329407afd6426ea4bd9773f3763f920dc0b2af82588a036c4b5dafb310389d446b1b2a8ee3a8ec6c5c4742d3b2096c28ec4100034afcea8d64')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz")
+sha512sums=('bb5084182a489de3379ca66266d5c1becfae24779714e8e605bd947496f0640d9c707547d34a60c925f9cf66b9ca1242f981de4b585c088ea75d6180f4870e59')
prepare() {
cd v2ray-core-$pkgver
- # https://github.com/v2fly/v2ray-core/pull/160
- # https://github.com/v2fly/v2ray-core/pull/161
- patch -p1 -i ../v2ray-fix-assets-tests.patch
- patch -p1 -i ../v2ray-fix-assets-tests-again.patch
sed -i 's|/usr/local/bin|/usr/bin|;s|/usr/local/etc|/etc|' release/config/systemd/system/*.service
}
More information about the arch-commits
mailing list