[arch-commits] Commit in go/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Jan 17 23:54:17 UTC 2015


    Date: Sunday, January 18, 2015 @ 00:54:16
  Author: arodseth
Revision: 126052

upgpkg: go 2:1.4.1-1

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-17 22:08:26 UTC (rev 126051)
+++ PKGBUILD	2015-01-17 23:54:16 UTC (rev 126052)
@@ -11,14 +11,13 @@
 
 pkgname=go
 epoch=2
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'
 license=('BSD')
-depends=('perl' 'gawk')
-makedepends=('inetutils' 'mercurial' 'git')
+makedepends=('inetutils' 'git' 'mercurial')
 options=('!strip' 'staticlibs')
 optdepends=('mercurial: for fetching sources from mercurial repositories'
             'git: for fetching sources from git repositories'
@@ -25,7 +24,7 @@
             'bzr: for fetching sources from bazaar repositories'
             'subversion: for fetching sources from subversion repositories')
 install="$pkgname.install"
-source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#tag=$pkgname$pkgver")
+source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver")
 md5sums=('SKIP')
 
 build() {
@@ -43,13 +42,14 @@
   #  * Chromium, which is not expected to be used on older i686 CPUs
   #  * Julia, which requires SSE2
   #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled, so I am
-  # also making an exception for Go.
+  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
+  # so I am also making an exception for Go.
   #
   # If you really want to build Go without SSE2 support, just uncomment the
   # following export and rebuild:
   #
   # export GO386=387
+  #
 
   # Enable ARM crosscompilation for linux
   export GOOS=linux
@@ -83,7 +83,7 @@
 check() {
   cd "$pkgname-$pkgver"
 
-  export GO386=387
+  #export GO386=387
 
   export GOOS=linux
   if [ "$CARCH" == 'x86_64' ]; then



More information about the arch-commits mailing list