summaryrefslogtreecommitdiff
path: root/community/go/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r--community/go/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 55f26f725..fc6229e0a 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Christian Himpel <chressie at gmail dot com>
pkgname=go
-pkgver=2011_02_15
-_pkgver=2011-02-15
+pkgver=r56
pkgrel=1
+epoch=1
pkgdesc='Google Go compiler and tools (release version)'
arch=('i686' 'x86_64')
url="http://golang.org/"
@@ -48,7 +48,7 @@ build() {
mkdir -p "$GOROOT/bin"
cd "$GOROOT/src"
- hg update release.$_pkgver
+ hg update release.$pkgver
. ./make.bash
}