summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2019-11-02 22:45:30 +0800
committerDDoSolitary2019-11-02 22:45:30 +0800
commita5d0a85b20201928417603753187b9ae86387ddb (patch)
treefe9c0e6922e0745d9b8e53a5f3927aeaf1bcaebf
parentbf20651a60f1a98294627abbf69906e484653e89 (diff)
downloadaur-a5d0a85b20201928417603753187b9ae86387ddb.tar.gz
Remove the useless comment in config file.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--go-tun2socks.service1
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d09e05bdca3f..35752897d2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-tun2socks
pkgdesc = A tun2socks implementation written in Go.
pkgver = 1.16.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eycorsican/go-tun2socks
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c1a42767a6a7..f9a78f380bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DDoSolitary <DDoSolitary@gmail.com>
pkgname=go-tun2socks
pkgver=1.16.7
-pkgrel=1
+pkgrel=2
pkgdesc="A tun2socks implementation written in Go."
arch=(x86_64)
url=https://github.com/eycorsican/go-tun2socks
diff --git a/go-tun2socks.service b/go-tun2socks.service
index 61bedcd17e25..8c5408b3a455 100644
--- a/go-tun2socks.service
+++ b/go-tun2socks.service
@@ -4,7 +4,6 @@ After=network.target
[Service]
ExecStart=/usr/bin/go-tun2socks -proxyServer $PROXY_SERVER -tunName $TUN_DEVICE_NAME
-# It's a bit ugly here. Maybe I have to find a better way to wait for the tun device.
ExecStartPost=/usr/lib/systemd/scripts/go-tun2socks-setup
[Install]