mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
community/go to 1.2.1-3
This commit is contained in:
parent
c289ca87b8
commit
0022b1c049
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
pkgname=go
|
||||
epoch=2
|
||||
pkgver=1.2.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Compiler and tools for the Go programming language from Google'
|
||||
url='http://golang.org/'
|
||||
license=('custom')
|
||||
|
@ -26,7 +26,9 @@ 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')
|
||||
'git: VCS written in C'
|
||||
'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')
|
||||
|
|
Loading…
Reference in a new issue