mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/go to 1.2.1-5 to change svn->subversion
This commit is contained in:
parent
578b000c27
commit
be27822b46
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
pkgname=go
|
||||
epoch=2
|
||||
pkgver=1.2.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Compiler and tools for the Go programming language from Google'
|
||||
url='http://golang.org/'
|
||||
license=('custom')
|
||||
|
@ -27,7 +27,7 @@ options=('!strip' 'staticlibs')
|
|||
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')
|
||||
'subversion: 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')
|
||||
|
|
Loading…
Reference in a new issue