git » go-1.20.git » commit 452e813

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

author Alexander Rødseth
2014-04-22 20:02:11 UTC
committer Alexander Rødseth
2014-04-22 20:02:11 UTC
parent 822d7eb728ed230fe7a228e89366fec700a70495

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

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 44edc24..76ae880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,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/'
@@ -22,7 +22,7 @@ options=('!strip' 'staticlibs')
 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')
@@ -35,10 +35,10 @@ build() {
   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