community/go to 1.2.1-3

This commit is contained in:
Kevin Mihelich 2014-03-24 21:38:17 +00:00
parent c289ca87b8
commit 0022b1c049

View file

@ -17,7 +17,7 @@
pkgname=go
epoch=2
pkgver=1.2.1
pkgrel=2
pkgrel=3
pkgdesc='Compiler and tools for the Go programming language from Google'
url='http://golang.org/'
license=('custom')
@ -26,7 +26,9 @@ makedepends=('inetutils' 'mercurial')
options=('!strip' 'staticlibs')
optdepends=('liteide: IDE for editing and building projects written in Go'
'mercurial: VCS written in Python'
'git: VCS written in C')
'git: VCS written in C'
'bzr: decentralized revision control system'
'svn: concurrent version control system')
install="$pkgname.install"
source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1}")
md5sums=('SKIP')