summaryrefslogtreecommitdiff
path: root/community/go/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r--community/go/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 10b8c9e32..ec9fe45bf 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108208 2014-03-24 20:35:53Z arodseth $
+# $Id: PKGBUILD 108278 2014-03-25 20:32:46Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -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 @@ license=('custom')
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')