summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)