community/go to 1.4.1-1

This commit is contained in:
Kevin Mihelich 2015-01-18 01:08:44 +00:00
parent f76fb83cb4
commit f756ac1471
2 changed files with 3 additions and 12 deletions

View file

@ -16,20 +16,19 @@
pkgname=go
epoch=2
pkgver=1.4
pkgver=1.4.1
pkgrel=1
pkgdesc='Compiler and tools for the Go programming language from Google'
url='http://golang.org/'
license=('custom')
depends=('perl' 'gawk')
makedepends=('inetutils' 'mercurial' 'git')
makedepends=('inetutils' 'git' 'mercurial')
options=('!strip' 'staticlibs')
optdepends=('mercurial: for fetching sources from mercurial repositories'
'git: for fetching sources from git repositories'
'bzr: for fetching sources from bazaar repositories'
'subversion: for fetching sources from subversion repositories')
install="$pkgname.install"
source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#tag=$pkgname$pkgver")
source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver")
md5sums=('SKIP')
build() {

View file

@ -12,12 +12,4 @@ post_install() {
echo
}
post_upgrade() {
echo
echo 'Shell and editor configuration has been removed from the go'
echo 'package for the 1.4 release. For more information, see:'
echo 'https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins'
echo
}
# vim:set ts=2 sw=2 et: