summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorObed N Munoz2017-08-25 15:54:57 -0500
committerObed N Munoz2017-08-25 16:05:15 -0500
commit92035ec7c93cbfb6304d96e6dd1bea0f7b32d9c4 (patch)
treeeaa928541f7d5c24d29ffd5d20311fdce29ee2f2 /.SRCINFO
parent262fc7ebe75c655c30e1330c51dcabba1e4f1a61 (diff)
downloadaur-92035ec7c93cbfb6304d96e6dd1bea0f7b32d9c4.tar.gz
Move to https://go.googlesource.com/go/ source
This aims to make it easier to generate latest tagged packages on official golang source code repository. This is based on: https://git.archlinux.org/svntogit/packages.git/?h=packages/go which is maintained by: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef00fc68b5c..a5f256a1fabc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,17 @@
pkgbase = go-git
- pkgdesc = Compiler and tools for the Go programming language from Google
- pkgver = 1.9beta2.r553.ge11fd00629
+ pkgdesc = Core compiler tools for the Go programming language
+ pkgver = 1.9
pkgrel = 1
- epoch = 1
+ epoch = 2
url = http://golang.org/
- install = go-git.install
- arch = x86_64
arch = i686
+ arch = x86_64
license = BSD
- makedepends = inetutils
makedepends = git
- makedepends = go>=1.4
- depends = perl
- depends = gawk
- optdepends = mercurial: for fetching sources from mercurial repositories
- optdepends = git: for fetching sources from git repositories
- optdepends = bzr: for fetching sources from bazaar repositories
- optdepends = subversion: for fetching sources from subversion repositories
- provides = go=1.9
- conflicts = go
- conflicts = go-hg
+ makedepends = go
options = !strip
options = staticlibs
- source = go-git::git+https://github.com/golang/go.git
+ source = git+https://go.googlesource.com/go#commit=c8aec4095e089ff6ac50d18e97c3f46561f14f48
md5sums = SKIP
pkgname = go-git