summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckSoft2020-12-18 06:37:29 +0800
committerDuckSoft2020-12-18 06:37:29 +0800
commit85a92339072c175c4c0aa669c941b0fa78efa92b (patch)
tree9dd47ec282ac015d817dd8012bfd31787145ba5b
parentd0de63a44c2cdeab32b53c0c304a8aea81e447b1 (diff)
downloadaur-85a92339072c175c4c0aa669c941b0fa78efa92b.tar.gz
fix build
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b683a060c2f7..c46f922f2d33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = qv2ray-dev-git
pkgdesc = Cross-platform V2ray Client written in Qt (Development Release)
- pkgver = 2.7.0.5910.r2520.72cccc66
+ pkgver = 2.7.0.6106.r2834.61348fe2
pkgrel = 1
url = https://github.com/Qv2ray/Qv2ray
+ arch = aarch64
arch = x86_64
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index bbd202c450e4..72ecad67bfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributer: ArielAxionL <i at axionl dot me>
# Contributor: DuckSoft <realducksoft@gmail.com>
pkgname=qv2ray-dev-git
-pkgver=2.7.0.5910.r2520.72cccc66
+pkgver=2.7.0.6106.r2834.61348fe2
pkgrel=1
pkgdesc="Cross-platform V2ray Client written in Qt (Development Release)"
-arch=('x86_64')
+arch=('aarch64' 'x86_64')
url='https://github.com/Qv2ray/Qv2ray'
license=('GPL3')
depends=('hicolor-icon-theme' 'qt5-base>5.11.0' 'grpc>=1.27.0' 'qt5-svg')
@@ -28,10 +28,7 @@ pkgver() {
prepare() {
cd "${srcdir}/Qv2ray"
- git submodule init
- git config submodule."libs/libqvb".active false
- git config submodule."3rdparty/zxing-cpp".active true
- git submodule update
+ git submodule update --init --recursive
}
build() {