summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDDoSolitary2019-02-18 05:40:06 +0900
committerDDoSolitary2019-02-18 05:40:06 +0900
commit7fde60860ab6da83d1f9367c5dcb58b8c39fcd9c (patch)
tree8530d8ee203ed46cf0a08f407191a06f82e82beb /PKGBUILD
parent44b1f3cdfb2bbde1941e103a918b1368b1a834cd (diff)
downloadaur-7fde60860ab6da83d1f9367c5dcb58b8c39fcd9c.tar.gz
Add git to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 770fb74683ee..7e8a0a4def76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Yet another SIP003 plugin for shadowsocks, based on v2ray"
url="https://github.com/shadowsocks/v2ray-plugin"
arch=(x86_64)
license=(MIT)
-makedepends=(go)
+makedepends=(go git)
source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/$pkgname/archive/v$pkgver.tar.gz")
prepare() {