summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-09-07 03:39:38 +0800
committerlilac2020-09-07 03:39:38 +0800
commitd0de63a44c2cdeab32b53c0c304a8aea81e447b1 (patch)
tree4645a6be98cfe76c2e144288af5e8739a0b62df2
parent632ccdd4105c02f511cdf12c96be096050771793 (diff)
downloadaur-d0de63a44c2cdeab32b53c0c304a8aea81e447b1.tar.gz
[lilac] updated to 2.7.0.5910.r2520.72cccc66-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 7 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbb542392a0d..b683a060c2f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qv2ray-dev-git
pkgdesc = Cross-platform V2ray Client written in Qt (Development Release)
- pkgver = 2.6.3.5899.r2494.0ab039cc
- pkgrel = 3
+ pkgver = 2.7.0.5910.r2520.72cccc66
+ pkgrel = 1
url = https://github.com/Qv2ray/Qv2ray
arch = x86_64
license = GPL3
@@ -17,18 +17,11 @@ pkgbase = qv2ray-dev-git
depends = hicolor-icon-theme
depends = qt5-base>5.11.0
depends = grpc>=1.27.0
+ depends = qt5-svg
optdepends = v2ray: use system v2ray core.
provides = qv2ray
conflicts = qv2ray
source = Qv2ray::git+https://github.com/Qv2ray/Qv2ray#branch=dev
- source = QNodeEditor::git+https://github.com/Qv2ray/QNodeEditor
- source = SingleApplication::git+https://github.com/itay-grudev/SingleApplication
- source = x2struct::git+https://github.com/xyz347/x2struct
- source = cpp-httplib::git+https://github.com/yhirose/cpp-httplib
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
sha512sums = SKIP
pkgname = qv2ray-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index 1640ffdb0104..bbd202c450e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributer: ArielAxionL <i at axionl dot me>
# Contributor: DuckSoft <realducksoft@gmail.com>
pkgname=qv2ray-dev-git
-pkgver=2.6.3.5899.r2494.0ab039cc
-pkgrel=3
+pkgver=2.7.0.5910.r2520.72cccc66
+pkgrel=1
pkgdesc="Cross-platform V2ray Client written in Qt (Development Release)"
arch=('x86_64')
url='https://github.com/Qv2ray/Qv2ray'
license=('GPL3')
-depends=('hicolor-icon-theme' 'qt5-base>5.11.0' 'grpc>=1.27.0')
+depends=('hicolor-icon-theme' 'qt5-base>5.11.0' 'grpc>=1.27.0' 'qt5-svg')
optdepends=('v2ray: use system v2ray core.')
makedepends=('git' 'make' 'qt5-tools' 'which' 'gcc' 'qt5-declarative'
'grpc-cli>=1.27.0' 'cmake' 'ninja')
@@ -17,17 +17,9 @@ conflicts=('qv2ray')
source=(
'Qv2ray::git+https://github.com/Qv2ray/Qv2ray#branch=dev'
- 'QNodeEditor::git+https://github.com/Qv2ray/QNodeEditor'
- 'SingleApplication::git+https://github.com/itay-grudev/SingleApplication'
- 'x2struct::git+https://github.com/xyz347/x2struct'
- 'cpp-httplib::git+https://github.com/yhirose/cpp-httplib'
)
-sha512sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/Qv2ray/"
@@ -37,11 +29,6 @@ pkgver() {
prepare() {
cd "${srcdir}/Qv2ray"
git submodule init
- submodules=('QNodeEditor' 'SingleApplication' 'x2struct' 'cpp-httplib')
- for module in ${submodules[@]}; do
- git config submodule."3rdparty/$module".url "${srcdir}/$module"
- done
-
git config submodule."libs/libqvb".active false
git config submodule."3rdparty/zxing-cpp".active true
git submodule update