mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/go to 1.6-2
This commit is contained in:
parent
96baee6762
commit
c0ad9113df
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $Id: PKGBUILD 86967 2013-03-25 13:19:54Z arodseth $
|
# $Id$
|
||||||
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
|
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
||||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
|
||||||
# Maintainer: Pierre Neidhardt <ambrevar@gmail.com>
|
# Maintainer: Pierre Neidhardt <ambrevar@gmail.com>
|
||||||
|
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
|
||||||
# Contributor: Rémy Oudompheng <remy@archlinux.org>
|
# Contributor: Rémy Oudompheng <remy@archlinux.org>
|
||||||
# Contributor: Andres Perera <andres87p gmail>
|
# Contributor: Andres Perera <andres87p gmail>
|
||||||
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
|
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
pkgname=('go' 'go-tools')
|
pkgname=('go' 'go-tools')
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=1.6
|
pkgver=1.6
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url='http://golang.org/'
|
url='http://golang.org/'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
|
@ -122,7 +122,7 @@ package_go() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_go-tools() {
|
package_go-tools() {
|
||||||
pkgdesc='Extra developer tools for the Go programming language'
|
pkgdesc='Developer tools for the Go programming language (includes godoc)'
|
||||||
depends=('go>2:1.5.3-1')
|
depends=('go>2:1.5.3-1')
|
||||||
|
|
||||||
GOOS=linux
|
GOOS=linux
|
||||||
|
|
Loading…
Reference in a new issue