summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3dfc6a67e27..186b8b5d33f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = v2raya
pkgdesc = A web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel protocols
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/v2rayA/v2rayA
install = .INSTALL
@@ -16,7 +16,7 @@ pkgbase = v2raya
makedepends = python2
depends = glibc
depends = v2ray
- source = v2raya-1.1.1.tar.gz::https://github.com/v2rayA/v2rayA/archive/v1.1.1.tar.gz
+ source = v2raya-1.1.2.tar.gz::https://github.com/v2rayA/v2rayA/archive/v1.1.2.tar.gz
sha512sums = SKIP
pkgname = v2raya
diff --git a/PKGBUILD b/PKGBUILD
index f5788cf72307..a2d6e699146c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mzz2017 <m@mzz.pub>
pkgname=v2raya
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
install=.INSTALL
pkgdesc="A web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel protocols"
@@ -17,7 +17,7 @@ build() {
cd "$srcdir/v2rayA-$pkgver/gui"
yarn config set registry https://registry.npm.taobao.org
yarn config set sass_binary_site https://cdn.npm.taobao.org/dist/node-sass -g
- yarn
+ yarn --check-files
yarn build
cd "$srcdir/v2rayA-$pkgver/service"