summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDct Mei2020-08-07 17:05:37 +0800
committerDct Mei2020-08-07 17:08:14 +0800
commit6690606d95774e94978880473043fe6e24989124 (patch)
tree8a23b9a6845f3e15ef72450206baa016395c5482
parent64230873394db8e3fb9936220ce30f5f75330689 (diff)
downloadaur-6690606d95774e94978880473043fe6e24989124.tar.gz
feat: v2.0.0-2
1. Remove FORCE_TCP_FASTOPEN=ON .
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfebbf74abbc..1d74940278f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qv2ray-plugin-trojan
pkgdesc = Qv2ray Plugin: Trojan
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Qv2ray/QvPlugin-Trojan
arch = x86_64
groups = qv2ray-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 2364a2b2b919..85090c2e4afa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qv2ray-plugin-trojan
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Qv2ray Plugin: Trojan"
arch=('x86_64')
url="https://github.com/Qv2ray/QvPlugin-Trojan"
@@ -23,7 +23,6 @@ build() {
mkdir -p build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
- -DFORCE_TCP_FASTOPEN=ON \
-GNinja
ninja
}
@@ -31,4 +30,4 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver/build/"
install -Dm 644 libQvTrojanPlugin.so -t "$pkgdir/usr/share/qv2ray/plugins/"
-} \ No newline at end of file
+}