summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486f97c6695a..0abf484f6d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=v2raya-git
pkgver=20211002.r1020.a526160
-pkgrel=1
+pkgrel=2
install=.INSTALL
pkgdesc="v2rayA nightly version"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -34,7 +34,7 @@ build() {
cd "$srcdir/$pkgname/service"
export GO111MODULE=on
- export GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
+ export GOPROXY=https://goproxy.cn,direct
go build -ldflags '-X github.com/v2rayA/v2rayA/conf.Version=unstable-'"$(pkgver)"' -s -w' -o v2raya
}