summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormzz20172023-03-18 10:36:54 +0000
committermzz20172023-03-18 10:36:54 +0000
commit447109a4d339350596cd58fcdbfb2c16f7f9c01e (patch)
treee0c1ef53cee01202cc278649450ebe40f8a0e83e /PKGBUILD
parentf996233e1e216c34adec54118e8b8a0e319bb18b (diff)
downloadaur-447109a4d339350596cd58fcdbfb2c16f7f9c01e.tar.gz
release 2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 430b9d286a84..8ce6d9c6a2da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mzz2017 <mzz@tuta.io>
pkgname=v2raya
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
install=.INSTALL
pkgdesc="A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan and Pingtunnel protocols"
@@ -33,6 +33,7 @@ build() {
# change
EOF
+ chmod +x ./v2raya
./v2raya --report config | sed '1,6d' | fold -s -w 78 | sed -E 's/^([^#].+)/# \1/' >> "$srcdir/v2rayA-$pkgver/v2raya.conf"
}