author | Alexander Rødseth
<xyproto@archlinux.org> 2014-03-25 13:10:58 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2014-03-25 13:10:58 UTC |
parent | 40412807e532e4eb7b67e23da3fe51dfa50ce4a3 |
PKGBUILD | +5 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 2ff4bb1..44edc24 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,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/' @@ -19,11 +19,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')