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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 19 10:08:01 UTC 2014


    Date: Wednesday, February 19, 2014 @ 11:08:01
  Author: arodseth
Revision: 105916

Optional dependency instead

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-19 10:07:38 UTC (rev 105915)
+++ PKGBUILD	2014-02-19 10:08:01 UTC (rev 105916)
@@ -16,12 +16,13 @@
 arch=('x86_64' 'i686')
 url='http://golang.org/'
 license=('custom')
-depends=('perl' 'gawk' 'go-tools')
+depends=('perl' 'gawk')
 makedepends=('inetutils')
 options=('!strip' 'staticlibs')
 optdepends=('liteide: IDE for editing and building projects written in Go'
             'mercurial: Version control system written in Python'
-            'git: Version control system written in C')
+            'git: Version control system written in C'
+            'go-tools: Go vet and other tools')
 install="$pkgname.install"
 backup=('usr/lib/go/bin')
 




More information about the arch-commits mailing list