summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorObed N Munoz2018-10-02 11:10:23 -0500
committerObed N Munoz2018-10-02 11:10:23 -0500
commitf5b2f2a3470d10e4fa888d49d29153b87d009972 (patch)
treed29c832bb52b687aa8f56816052c2c0c62819058 /PKGBUILD
parentd3c097c01fc5052b77561ce137088bba7164c20f (diff)
downloadaur-f5b2f2a3470d10e4fa888d49d29153b87d009972.tar.gz
Add go as make dependency
Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27a6ae80ae85..e995b2882ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgdesc='Core compiler tools for the Go programming language'
arch=(i686 x86_64)
url='http://golang.org/'
license=(BSD)
-makedepends=(git)
+makedepends=(git go)
options=(!strip staticlibs)
_commit=26957168c4c0cdcc7ca4f0b19d0eb19474d224ac
source=(git+https://go.googlesource.com/go#commit=$_commit)