diff options
author | root <root@rshg047.dnsready.net> | 2011-04-28 22:32:07 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-28 22:32:07 +0000 |
commit | 19f42937be8f6619a85663cb71e24c05b7e8b6d2 (patch) | |
tree | e7d059bcc0b5c309ff565da9be68ade7f29ef5fc /community/go | |
parent | 8784d3134c1d4b4c02d705259ae2ebd768c778fd (diff) |
Thu Apr 28 22:32:07 UTC 2011
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/PKGBUILD | 6 |
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 } |