diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index ba81a19b9..641143c94 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 86967 2013-03-25 13:19:54Z arodseth $ -# Maintainer: Vesa Kaihlavirta -# Maintainer: Alexander Rødseth +# $Id$ +# Maintainer: Alexander F Rødseth # Maintainer: Pierre Neidhardt +# Contributor: Vesa Kaihlavirta # Contributor: Rémy Oudompheng # Contributor: Andres Perera # Contributor: Matthew Bauer @@ -16,7 +16,7 @@ pkgname=('go' 'go-tools') epoch=2 pkgver=1.6 -pkgrel=1 +pkgrel=2 arch=('arm' 'armv6h' 'armv7h' 'aarch64') url='http://golang.org/' license=('BSD') @@ -122,7 +122,7 @@ package_go() { } package_go-tools() { - pkgdesc='Extra developer tools for the Go programming language' + pkgdesc='Developer tools for the Go programming language (includes godoc)' depends=('go>2:1.5.3-1') GOOS=linux