summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-09-04 02:38:23 +0800
committerlilac2020-09-04 02:38:23 +0800
commit632ccdd4105c02f511cdf12c96be096050771793 (patch)
tree0c1b46eb6a2f58a52754007ee5a26d4b27ddbb29
parented7d266de58ac24083beff09fd0cd0238c0c1be5 (diff)
downloadaur-632ccdd4105c02f511cdf12c96be096050771793.tar.gz
[lilac] updated to 2.6.3.5899.r2494.0ab039cc-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 15 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ae1ad8bfe3..fbb542392a0d 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 = 2
+ pkgrel = 3
url = https://github.com/Qv2ray/Qv2ray
arch = x86_64
license = GPL3
@@ -23,6 +23,10 @@ pkgbase = qv2ray-dev-git
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
diff --git a/PKGBUILD b/PKGBUILD
index f814c81a098a..1640ffdb0104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: DuckSoft <realducksoft@gmail.com>
pkgname=qv2ray-dev-git
pkgver=2.6.3.5899.r2494.0ab039cc
-pkgrel=2
+pkgrel=3
pkgdesc="Cross-platform V2ray Client written in Qt (Development Release)"
arch=('x86_64')
url='https://github.com/Qv2ray/Qv2ray'
@@ -19,10 +19,14 @@ 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')
pkgver() {
@@ -33,6 +37,11 @@ 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