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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Mar 24 19:33:26 UTC 2014


    Date: Monday, March 24, 2014 @ 20:33:26
  Author: arodseth
Revision: 108205

Added bzr and subversion as optdepends.

Also updated the descriptions based on the descriptions for the various source control systems (that are somewhat random in how they describe themselves, in terms of where they put the focus).

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-24 17:59:16 UTC (rev 108204)
+++ PKGBUILD	2014-03-24 19:33:26 UTC (rev 108205)
@@ -12,7 +12,7 @@
 pkgname=go
 epoch=2
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -21,8 +21,10 @@
 makedepends=('inetutils' 'mercurial')
 options=('!strip' 'staticlibs')
 optdepends=('liteide: IDE for editing and building projects written in Go'
-            'mercurial: VCS written in Python'
-            'git: VCS written in C')
+            'mercurial: scalable distributed SCM tool'
+            'git: fast distributed version control system'
+            'bzr: decentralized revision control system'
+            'svn: concurrent version control system')
 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