summaryrefslogtreecommitdiff
path: root/community/go
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-26 00:01:48 +0000
committerroot <root@rshg054.dnsready.net>2012-06-26 00:01:48 +0000
commit9a6b691757346035549dbd12d1323301d04a6675 (patch)
tree5e06d2322b58a73254a0ca2c05d2083cb0209db2 /community/go
parent3b99c42eb8ca744e86e4e17197b1bf10642c6785 (diff)
Tue Jun 26 00:01:48 UTC 2012
Diffstat (limited to 'community/go')
-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() {