summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2022-02-14 00:10:37 +0800
committerSamLukeYes2022-02-14 00:10:37 +0800
commit3f9e12164d2ab1a53ce6e01b48aa84e6959d929b (patch)
tree0d638abc89c60610f13e8ac3230e88d37ead0818
parent3565cd00b9da5cf811c043cd749c390ec5893b10 (diff)
downloadaur-3f9e12164d2ab1a53ce6e01b48aa84e6959d929b.tar.gz
fix build: remove submodule v2ray-core
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 415d4b30b704..23d95bcc3ee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qv2ray-git
pkgdesc = A cross platform connection manager for V2Ray and other backends
- pkgver = 3.0.0.rc1.r19.g7898f0e2
+ pkgver = 3.0.0.rc1.r24.g2aec20c6
pkgrel = 1
url = https://github.com/Shadowsocks-NET/Qv2ray
arch = x86_64
@@ -29,7 +29,6 @@ pkgbase = qv2ray-git
source = git+https://github.com/itay-grudev/SingleApplication.git
source = git+https://github.com/cpeditor/QCodeEditor.git
source = git+https://github.com/danielsanfr/qt-qrcode.git
- source = git+https://github.com/xiaokangwang/v2ray-core-1.git
source = git+https://github.com/moodyhunter/libRoutingA.git
source = git+https://github.com/fukuchi/libqrencode.git
sha512sums = SKIP
@@ -38,6 +37,5 @@ pkgbase = qv2ray-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
pkgname = qv2ray-git
diff --git a/PKGBUILD b/PKGBUILD
index 71fc9fd9378d..fdf2555c4a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sam L. Yes <samlukeyes123 at gmail dot com>
pkgname=qv2ray-git
-pkgver=3.0.0.rc1.r19.g7898f0e2
+pkgver=3.0.0.rc1.r24.g2aec20c6
pkgrel=1
pkgdesc="A cross platform connection manager for V2Ray and other backends"
arch=(x86_64)
@@ -18,7 +18,7 @@ source=(
"git+https://github.com/itay-grudev/SingleApplication.git"
"git+https://github.com/cpeditor/QCodeEditor.git"
"git+https://github.com/danielsanfr/qt-qrcode.git"
- "git+https://github.com/xiaokangwang/v2ray-core-1.git"
+ #"git+https://github.com/xiaokangwang/v2ray-core-1.git"
"git+https://github.com/moodyhunter/libRoutingA.git"
"git+https://github.com/fukuchi/libqrencode.git"
)
@@ -27,7 +27,7 @@ sha512sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
+ #'SKIP'
'SKIP'
'SKIP'
)
@@ -48,8 +48,8 @@ prepare() {
3rdparty/SingleApplication \
3rdparty/QCodeEditor \
3rdparty/qt-qrcode \
- src/plugins/v2ray/3rdparty/v2ray-core \
src/plugins/routingA/core
+ #src/plugins/v2ray/3rdparty/v2ray-core \
cd 3rdparty/qt-qrcode
patch_gitmodules
git submodule update --init