diff options
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r-- | community/go/PKGBUILD | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index eefe760c7..9294711b8 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 63009 2012-01-30 12:36:34Z arodseth $ +# $Id: PKGBUILD 68595 2012-03-29 03:48:22Z vegai $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Andres Perera <andres87p gmail> # Contributor: Matthew Bauer <mjbauer95@gmail.com> # Contributor: Christian Himpel <chressie at gmail dot com> pkgname=go -pkgver=r60.3 -pkgrel=3 -epoch=1 +pkgver=1 +pkgrel=1 +epoch=2 pkgdesc='Google Go compiler and tools (release version)' arch=('i686' 'x86_64') url="http://golang.org/" @@ -48,19 +48,10 @@ build() { mkdir -p "$GOROOT/bin" cd "$GOROOT/src" - hg update release.$pkgver - + hg update release-branch.go$pkgver . ./make.bash } -check() { - export GOROOT="$srcdir/$_hgrepo-build" - export GOOS=linux - export GOBIN="$GOROOT/bin" - cd "$GOROOT/src/pkg" - gomake -k test || true -} - package() { cd "$srcdir/release-build" |