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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Apr 22 20:02:11 UTC 2014


    Date: Tuesday, April 22, 2014 @ 22:02:11
  Author: arodseth
Revision: 109995

Fix for FS#39947, optdep on subversion instead of svn (which are provided by subversion)

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-22 19:49:32 UTC (rev 109994)
+++ PKGBUILD	2014-04-22 20:02:11 UTC (rev 109995)
@@ -12,7 +12,7 @@
 pkgname=go
 epoch=2
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -23,7 +23,7 @@
 optdepends=('mercurial: for fetching sources from mercurial repositories'
             'git: for fetching sources from git repositories'
             'bzr: for fetching sources from bazaar repositories'
-            'svn: for fetching sources from subversion repositories')
+            'subversion: for fetching sources from subversion repositories')
 install="$pkgname.install"
 source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1}")
 md5sums=('SKIP')
@@ -36,10 +36,10 @@
   export GOROOT_FINAL=/usr/lib/go
 
   #
-  # Arch Linux doesn't support SSE2 for i686 (to support older CPUs)
+  # Arch Linux doesn't support SSE2 for i686 (because of older i686 CPUs)
   # The SSE2 version is _a lot_ faster for i686.
-  # This line disables it.
   #
+  # This line selects the slow and compatible version.
   export GO386=387
 
   # Enable ARM crosscompilation for linux




More information about the arch-commits mailing list