Date: Monday, March 28, 2016 @ 11:58:20 Author: arodseth Revision: 168685
upgpkg: go 2:1.6-2 Modified: go/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-28 09:41:01 UTC (rev 168684) +++ PKGBUILD 2016-03-28 09:58:20 UTC (rev 168685) @@ -1,7 +1,7 @@ # $Id$ -# Maintainer: Vesa Kaihlavirta <[email protected]> -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Maintainer: Pierre Neidhardt <[email protected]> +# Contributor: Vesa Kaihlavirta <[email protected]> # Contributor: Rémy Oudompheng <[email protected]> # Contributor: Andres Perera <andres87p gmail> # Contributor: Matthew Bauer <[email protected]> @@ -13,7 +13,7 @@ pkgname=('go' 'go-tools') epoch=2 pkgver=1.6 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'i686') url='http://golang.org/' license=('BSD') @@ -160,7 +160,7 @@ } 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 @@ -181,7 +181,7 @@ for i in "$pkgdir/usr/bin"/* \ "$pkgdir/usr/lib/go/pkg/tool/linux_$GOARCH"/*; do - strip -s "$i" + strip -s "$i" done }
