summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenton Liu2020-11-06 00:09:09 -0800
committerDenton Liu2020-11-06 01:28:33 -0800
commite185ae94c2a2a6f937c43876d7527808040e6706 (patch)
treec75c1beab7b0474dd38fa74ed70280fae8b83a62 /PKGBUILD
parent87625f3d8482a039edd465189c1aeb4cf7df56a8 (diff)
downloadaur-go-go2go-git.tar.gz
Initial version of go-go2go-git
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9c9ad282547..fb87dfb41e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Obed N Munoz <obed.n.munoz@gmail.com>
+# Maintainer: Denton Liu <liu.denton@gmail.com>
+# Contributor: Obed N Munoz <obed.n.munoz@gmail.com>
# Contributor: Anthony Bonafide <AnthonyMBonafide@gmail.com>
# Contributor: fzerorubigd <fzerorubigd@gmail.com>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
@@ -12,9 +13,9 @@
# Contributor: John Luebs <jkluebs@gmail.com>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-pkgname=go-git
+pkgname=go-go2go-git
epoch=1
-pkgver=go1.15beta1.r138.gba9e1088997
+pkgver=go1.15beta1.r496.g2298dab0821
pkgrel=1
pkgrepo=go
pkgdesc='Core compiler tools for the Go programming language'
@@ -25,7 +26,7 @@ makedepends=(git go)
provides=(go)
conficts=(go)
options=(!strip staticlibs)
-source=(git+https://go.googlesource.com/go#branch=master)
+source=(git+https://go.googlesource.com/go#branch=dev.go2go)
md5sums=('SKIP')
export GOOS=linux