summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-08-02 06:07:17 +0800
committerlilac2020-08-02 06:07:17 +0800
commit1bc74fd7cdf4dbcab5c8c18b9046f0da967f1d47 (patch)
treec10775d9c9c2385ecf134d81d83972ed0836f941
parent131ef5875a63128772701a213d83376fd64b8a2a (diff)
downloadaur-1bc74fd7cdf4dbcab5c8c18b9046f0da967f1d47.tar.gz
[lilac] updated to 2.6.2.5819.r2333.311f7ee2-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 299f4c6aedd9..5ccb65db01fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qv2ray-dev-git
pkgdesc = Cross-platform V2ray Client written in Qt (Development Release)
- pkgver = 2.6.0.5483.r1885.9d52ac0
+ pkgver = 2.6.2.5819.r2333.311f7ee2
pkgrel = 1
url = https://github.com/Qv2ray/Qv2ray
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = qv2ray-dev-git
depends = hicolor-icon-theme
depends = qt5-base>5.11.0
depends = grpc>=1.27.0
- depends = zxing-cpp
optdepends = v2ray: use system v2ray core.
provides = qv2ray
conflicts = qv2ray
diff --git a/PKGBUILD b/PKGBUILD
index dac5a009fd5e..7e797bb64230 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.0.5483.r1885.9d52ac0
+pkgver=2.6.2.5819.r2333.311f7ee2
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' 'zxing-cpp')
+depends=('hicolor-icon-theme' 'qt5-base>5.11.0' 'grpc>=1.27.0')
optdepends=('v2ray: use system v2ray core.')
makedepends=('git' 'make' 'qt5-tools' 'which' 'gcc' 'qt5-declarative'
'grpc-cli>=1.27.0' 'cmake' 'ninja')
@@ -43,7 +43,7 @@ prepare() {
done
git config submodule."libs/libqvb".active false
- git config submodule."3rdparty/zxing-cpp".active false
+ git config submodule."3rdparty/zxing-cpp".active true
git submodule update
}
@@ -55,7 +55,7 @@ build() {
mkdir -p build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=${pkgdir}/usr \
- -DQV2RAY_ZXING_PROVIDER="package" \
+ -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" \