diff options
author | root <root@rshg054.dnsready.net> | 2012-05-12 00:02:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-12 00:02:41 +0000 |
commit | e1da03cf5ba92abee0e3afd9dc4cef438ebf96c7 (patch) | |
tree | 233b060ecee707d77b6c0d3d91de90eb4beed13e /community/go | |
parent | 2ced64d6aa5881fa575de1861c464c432deee26f (diff) |
Sat May 12 00:02:41 UTC 2012
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 4be7ea328..79fba706b 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70381 2012-05-05 13:14:13Z arodseth $ +# $Id: PKGBUILD 70517 2012-05-10 12:42:42Z arodseth $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andres Perera <andres87p gmail> @@ -9,13 +9,13 @@ pkgname=go pkgver=1.0.1 -pkgrel=1 +pkgrel=2 epoch=2 pkgdesc='Google Go compiler and tools (release version)' arch=('x86_64' 'i686') url="http://golang.org/" license=('custom') -depends=('perl' 'ed' 'gawk') +depends=('perl' 'gawk') makedepends=('inetutils') options=('!strip' '!emptydirs') install=go.install @@ -38,7 +38,7 @@ build() { mkdir -p "$GOROOT/bin" cd "$GOROOT/src" - . ./make.bash + . ./all.bash } package() { @@ -89,6 +89,8 @@ package() { mv "$pkgdir/usr/bin/go" "$pkgdir/usr/bin/go.elf" install -Dm755 "$srcdir/go.run" "$pkgdir/usr/bin/go" + + rm "$pkgdir/usr/share/go/doc/articles/wiki/get.bin" } # vim:set ts=2 sw=2 et: |