summaryrefslogtreecommitdiff
path: root/community/go/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r--community/go/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index bad366f9f..7b9c24ce0 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72457 2012-06-14 22:33:08Z arodseth $
+# $Id: PKGBUILD 72888 2012-06-24 13:42:51Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -10,7 +10,7 @@
pkgname=go
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Google Go compiler and tools'
arch=('x86_64' 'i686')
@@ -31,8 +31,10 @@ build() {
export GOROOT_FINAL="/usr/lib/go"
export GOOS=linux
+ export GOARCH=arm
- cd src && bash make.bash
+ cd src
+ bash make.bash
}
check() {