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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Mar 25 13:10:59 UTC 2014


    Date: Tuesday, March 25, 2014 @ 14:10:58
  Author: arodseth
Revision: 108263

Updated the optdepends descriptions.

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-25 13:01:14 UTC (rev 108262)
+++ PKGBUILD	2014-03-25 13:10:58 UTC (rev 108263)
@@ -12,7 +12,7 @@
 pkgname=go
 epoch=2
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -20,11 +20,10 @@
 depends=('perl' 'gawk')
 makedepends=('inetutils' 'mercurial')
 options=('!strip' 'staticlibs')
-optdepends=('liteide: IDE for editing and building projects written in Go'
-            'mercurial: scalable distributed SCM tool'
-            'git: fast distributed version control system'
-            'bzr: decentralized revision control system'
-            'svn: concurrent version control system')
+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')
 install="$pkgname.install"
 source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1}")
 md5sums=('SKIP')




More information about the arch-commits mailing list