mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/go to 1.3.1-2
This commit is contained in:
parent
2fa55bdc45
commit
8a014a8583
2 changed files with 8 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue