summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormzz20172021-04-17 19:39:03 +0800
committermzz20172021-04-17 19:39:03 +0800
commit580e87e9f851eca55ae9f9738f76bd373ddc78a8 (patch)
tree0994b286e9ca40ac89a63f1ed84afccdc65065a6
parenta65dfc2ef16d91570fa0931e52f1ae2f48f1bf4a (diff)
downloadaur-580e87e9f851eca55ae9f9738f76bd373ddc78a8.tar.gz
go version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f11af846a1..e4f7700cd7ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = v2raya-git
pkgdesc = A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan and Pingtunnel protocols
- pkgver = 20201219.r613.e6b9146
+ pkgver = 20210417.r662.775310b
pkgrel = 1
url = https://github.com/v2rayA/v2rayA
install = .INSTALL
@@ -10,13 +10,14 @@ pkgbase = v2raya-git
arch = armv6h
arch = aarch64
license = GPL3
- makedepends = go>=2:1.12.3-1
+ makedepends = go>=2:1.16.0-1
makedepends = nodejs>=14
makedepends = yarn
makedepends = python2
depends = git
depends = glibc
- depends = v2ray
+ optdepends = v2ray>=4.37.0-1
+ optdepends = xray>=1.4.2-1
provides = v2raya
conflicts = v2raya
source = v2raya-git::git+https://github.com/v2rayA/v2rayA
diff --git a/PKGBUILD b/PKGBUILD
index 47f5907d2194..9b56ef500d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: mzz2017 <mzz@tuta.io>
pkgname=v2raya-git
-pkgver=20201219.r613.e6b9146
+pkgver=20210417.r662.775310b
pkgrel=1
install=.INSTALL
pkgdesc="A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan and Pingtunnel protocols"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/v2rayA/v2rayA"
license=('GPL3')
-depends=('git' 'glibc' 'v2ray')
-makedepends=('go>=2:1.12.3-1' 'nodejs>=14' 'yarn' 'python2')
+depends=('git' 'glibc')
+optdepends=('v2ray>=4.37.0-1' 'xray>=1.4.2-1')
+makedepends=('go>=2:1.16.0-1' 'nodejs>=14' 'yarn' 'python2')
provides=('v2raya')
conflicts=('v2raya')
source=("$pkgname::git+$url")