git » go-1.20.git » commit 4041280

Added bzr and subversion as optdepends.

author Alexander Rødseth
2014-03-24 19:33:26 UTC
committer Alexander Rødseth
2014-03-24 19:33:26 UTC
parent e089f96183e82d7af8c1185d1e0551772ed6e063

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).

PKGBUILD +5 -3

diff --git a/PKGBUILD b/PKGBUILD
index 5b6ee90..2ff4bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,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/'
@@ -20,8 +20,10 @@ depends=('perl' 'gawk')
 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')