summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckSoft2020-09-03 18:46:03 +0800
committerDuckSoft2020-09-03 18:46:03 +0800
commited7d266de58ac24083beff09fd0cd0238c0c1be5 (patch)
tree4f43fe6a1b0407d15acf5f3593f08215c0fadea9
parent1bc74fd7cdf4dbcab5c8c18b9046f0da967f1d47 (diff)
downloadaur-ed7d266de58ac24083beff09fd0cd0238c0c1be5.tar.gz
updating according to community changes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 6 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ccb65db01fd..04ae1ad8bfe3 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.2.5819.r2333.311f7ee2
- pkgrel = 1
+ pkgver = 2.6.3.5899.r2494.0ab039cc
+ pkgrel = 2
url = https://github.com/Qv2ray/Qv2ray
arch = x86_64
license = GPL3
@@ -23,10 +23,6 @@ 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 7e797bb64230..f814c81a098a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributer: ArielAxionL <i at axionl dot me>
# Contributor: DuckSoft <realducksoft@gmail.com>
pkgname=qv2ray-dev-git
-pkgver=2.6.2.5819.r2333.311f7ee2
-pkgrel=1
+pkgver=2.6.3.5899.r2494.0ab039cc
+pkgrel=2
pkgdesc="Cross-platform V2ray Client written in Qt (Development Release)"
arch=('x86_64')
url='https://github.com/Qv2ray/Qv2ray'
@@ -19,14 +19,10 @@ 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() {
@@ -37,11 +33,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
@@ -57,8 +48,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=${pkgdir}/usr \
-DQV2RAY_ZXING_PROVIDER="module" \
-DQV2RAY_TRANSLATION_PATH="/usr/share/qv2ray/lang" \
- -DQV2RAY_DEFAULT_VASSETS_PATH="/usr/lib/v2ray" \
- -DQV2RAY_DEFAULT_VCORE_PATH="/usr/lib/v2ray/v2ray" \
+ -DQV2RAY_DEFAULT_VASSETS_PATH="/usr/share/v2ray" \
+ -DQV2RAY_DEFAULT_VCORE_PATH="/usr/bin/v2ray" \
-DQV2RAY_DISABLE_AUTO_UPDATE=on \
-DCMAKE_BUILD_TYPE=Release \
-GNinja