summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormzz2021-10-13 12:03:55 +0800
committermzz2021-10-13 12:03:55 +0800
commit89ff97254f3436cfcf6e5e4ffc385003eb77461b (patch)
tree8d03e3ed0cc10fdb98c60e307f2a67ae46fb55cc /PKGBUILD
parentbe58e227c6b9f03d4c7efa1869963d34d41fe3db (diff)
downloadaur-89ff97254f3436cfcf6e5e4ffc385003eb77461b.tar.gz
use goproxy.cn instead
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
}