summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2019-10-25 03:52:50 +0800
committerDDoSolitary2019-10-25 03:52:50 +0800
commitbb505f488677bfb1d5bf7de04fee7d48fb33011e (patch)
tree48cd7f980d5a056e6721159f85224a2f0189d60c
parent2c40ef16456b2a47a349a95c5750d7b098fe6475 (diff)
downloadaur-bb505f488677bfb1d5bf7de04fee7d48fb33011e.tar.gz
Fix build dependency.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cfddaa232bd..01a79ae52d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A tun2socks implementation written in Go."
arch=(x86_64)
url=https://github.com/eycorsican/go-tun2socks
license=(MIT)
-makedepends=(go)
+makedepends=(go git)
source=(
$pkgname-$pkgver.tar.gz::https://github.com/eycorsican/go-tun2socks/archive/v1.16.7.tar.gz
build-flags.patch