mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/go to 1.6-1
This commit is contained in:
parent
2ca2664ec7
commit
010c373988
1 changed files with 4 additions and 3 deletions
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
pkgname=('go' 'go-tools')
|
pkgname=('go' 'go-tools')
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=1.5.3
|
pkgver=1.6
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url='http://golang.org/'
|
url='http://golang.org/'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
|
@ -78,8 +78,9 @@ check() {
|
||||||
export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
|
export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
|
||||||
export GOROOT_BOOTSTRAP=/usr/lib/go
|
export GOROOT_BOOTSTRAP=/usr/lib/go
|
||||||
|
|
||||||
|
# bundle does not compile with 1.6
|
||||||
for tool in godoc goimports gomvpkg gorename gotype \
|
for tool in godoc goimports gomvpkg gorename gotype \
|
||||||
benchcmp bundle callgraph digraph eg fiximports html2article oracle present ssadump stress stringer; do
|
benchcmp callgraph digraph eg fiximports html2article oracle present ssadump stress stringer; do
|
||||||
GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
|
GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue