summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormzz20172021-10-01 18:00:54 +0000
committermzz20172021-10-01 18:00:54 +0000
commitb74e1d18b7a99a25ccdfc394aa5a8060e186acd4 (patch)
tree2573e4cd4272d25359df7151866908f54d205c30
parent4dbaef67fde7ab7aa24ef2853e92238f1745bd42 (diff)
downloadaur-b74e1d18b7a99a25ccdfc394aa5a8060e186acd4.tar.gz
release 1.5.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89cfad83234f..f6e1e03b9233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,25 @@
pkgbase = v2raya
pkgdesc = A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan and Pingtunnel protocols
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://github.com/v2rayA/v2rayA
install = .INSTALL
arch = i686
+ arch = pentium4
arch = x86_64
+ arch = arm
arch = armv7h
arch = armv6h
arch = aarch64
- license = GPL3
- makedepends = go>=2:1.16.0-1
+ license = AGPL3
+ makedepends = go>=2:1.17.0-1
makedepends = nodejs>=14
makedepends = yarn
makedepends = python2
depends = glibc
optdepends = v2ray>=4.37.0-1
optdepends = xray>=1.4.2-1
- source = v2raya-1.5.3.tar.gz::https://github.com/v2rayA/v2rayA/archive/v1.5.3.tar.gz
+ source = v2raya-1.5.4.tar.gz::https://github.com/v2rayA/v2rayA/archive/v1.5.4.tar.gz
sha512sums = SKIP
pkgname = v2raya
diff --git a/PKGBUILD b/PKGBUILD
index 0a39549923a1..b9ee56779e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: mzz2017 <m@mzz.pub>
pkgname=v2raya
-pkgver=1.5.3
+pkgver=1.5.4
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')
+arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/v2rayA/v2rayA"
-license=('GPL3')
+license=('AGPL3')
depends=('glibc')
optdepends=('v2ray>=4.37.0-1' 'xray>=1.4.2-1')
-makedepends=('go>=2:1.16.0-1' 'nodejs>=14' 'yarn' 'python2')
+makedepends=('go>=2:1.17.0-1' 'nodejs>=14' 'yarn' 'python2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2rayA/v2rayA/archive/v$pkgver.tar.gz")
sha512sums=('SKIP')