summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwicast2015-08-19 12:54:19 +0800
committerwicast2015-08-19 12:54:19 +0800
commit46639568b94b5c1fe9e17a6e8dd6cd94379eef3c (patch)
tree3e4db42db2cb7368b575f9ae7124b38d064fbaf4
parent9657003ceaa254bb1587a0931e6e5b8bdd925827 (diff)
downloadaur-46639568b94b5c1fe9e17a6e8dd6cd94379eef3c.tar.gz
add git repo
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b018550b26a7..a34a645b7fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,8 @@ optdepends=('mercurial: for fetching sources from mercurial repositories'
conflicts=(go)
provides=(go)
install="$pkgname.install"
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$_gitname$pkgver")
+#source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$_gitname$pkgver")
+source=("$pkgname-$pkgver::git+https://github.com/golang/go.git#tag=$_gitname$pkgver")
md5sums=('SKIP')
build() {