summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormzz20172021-10-10 12:50:12 +0800
committermzz20172021-10-10 12:50:12 +0800
commitbe58e227c6b9f03d4c7efa1869963d34d41fe3db (patch)
tree72b77bce95198d10b3708c869b302f6f58bfff48 /PKGBUILD
parent492cac1e64cffe661649f2381872d47a86611eb3 (diff)
downloadaur-be58e227c6b9f03d4c7efa1869963d34d41fe3db.tar.gz
fix: 404 because aliyun golang mirror has no gitlab.com
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f89329fe0d7..486f97c6695a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mzz2017 <mzz@tuta.io>
pkgname=v2raya-git
-pkgver=20211002.r1016.0236aff
+pkgver=20211002.r1020.a526160
pkgrel=1
install=.INSTALL
pkgdesc="v2rayA nightly version"
@@ -34,7 +34,7 @@ build() {
cd "$srcdir/$pkgname/service"
export GO111MODULE=on
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
+ export GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
go build -ldflags '-X github.com/v2rayA/v2rayA/conf.Version=unstable-'"$(pkgver)"' -s -w' -o v2raya
}