git » go-1.20.git » commit 8e4c3a0

upgrade to release1 & remove check function

author Vesa Kaihlavirta
2012-03-28 18:23:09 UTC
committer Vesa Kaihlavirta
2012-03-28 18:23:09 UTC
parent f2c6b34ba2d967c30b65ec843abf80029a23fe50

upgrade to release1 & remove check function

PKGBUILD +3 -12

diff --git a/PKGBUILD b/PKGBUILD
index c67c9a9..a50ef2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
 # Contributor: Christian Himpel <chressie at gmail dot com>
 
 pkgname=go
-pkgver=1rc2
+pkgver=1
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc='Google Go compiler and tools (release version)'
 arch=('i686' 'x86_64')
 url="http://golang.org/"
@@ -47,19 +47,10 @@ build() {
 
   mkdir -p "$GOROOT/bin"
   cd "$GOROOT/src"
- #  hg update release.$pkgver
-  hg update weekly.2012-03-22 
+  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"