summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Cheung2020-09-24 07:53:34 +0800
committerHoward Cheung2020-09-24 07:53:34 +0800
commite38815794b0ffb45da813c0a1b3542382b7b5f86 (patch)
tree2bd72a686b9656f0ee1c57ed1eadcd99ead90fff
parentef50ee3f22844d466baebced4a1d2ccfe45c9749 (diff)
downloadaur-e38815794b0ffb45da813c0a1b3542382b7b5f86.tar.gz
update, add cipher none for shadowsocks(r)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f926b9a606..e0dbe6ae2f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clash-tun
pkgdesc = Clash Tun Scripts for Linux
- pkgver = 20200805.r503.7f77c72
- pkgrel = 2
+ pkgver = 20200923.r532.eadaef3
+ pkgrel = 1
url = https://github.com/h0cheung/kr328-clash-setup-scripts
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 45664d43d841..c15e66b86821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: h_cheung <mail@h-cheung.cf>
pkgname=clash-tun
-pkgver=20200805.r503.7f77c72
-pkgrel=2
+pkgver=20200923.r532.eadaef3
+pkgrel=1
pkgdesc="Clash Tun Scripts for Linux"
arch=('any')
url="https://github.com/h0cheung/kr328-clash-setup-scripts"
@@ -31,6 +31,9 @@ pkgver() {
build() {
cd "${srcdir}/clash"
+ sed -i "s/Dreamacro\/go-shadowsocks2/h0cheung\/go-shadowsocks2/g" `grep Dreamacro\/go-shadowsocks2 -rl .`
+ sed -i 's/go-shadowsocks2 .*/go-shadowsocks2 v0.1.6-none/g' go.mod
+ rm go.sum
go build .
cd "${srcdir}/clash-tun-scripts"
g++ $CPPFLAGS $CXXFLAGS -std=c++17 -static -o bypass-proxy-pid bypass-proxy-pid.cc