community/go to 1.3.1-2

This commit is contained in:
David Beauchamp 2014-08-27 14:54:43 -04:00
parent 2fa55bdc45
commit 8a014a8583
2 changed files with 8 additions and 1 deletions

View file

@ -17,7 +17,7 @@
pkgname=go
epoch=2
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc='Compiler and tools for the Go programming language from Google'
url='http://golang.org/'
license=('custom')

View file

@ -10,6 +10,13 @@ post_install() {
echo ' export PATH=$PATH:~/go/bin'
echo ' go get code.google.com/p/go-tour/gotour'
echo
####
post_upgrade
}
post_upgrade() {
# See FS#41561
go install std
}
# vim:set ts=2 sw=2 et: