community/go to 1.8-1.1

closes #1454
This commit is contained in:
Kevin Mihelich 2017-02-18 00:27:28 +00:00
parent 671cbccb72
commit e8b4ab0c37

View file

@ -12,11 +12,12 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - added switches for our architectures
# - upstream patch for AArch64
pkgname=('go' 'go-tools')
epoch=2
pkgver=1.8
pkgrel=1
pkgrel=1.1
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
url='http://golang.org/'
license=('BSD')
@ -26,6 +27,11 @@ source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgve
md5sums=('SKIP')
_gourl=golang.org/x/tools/cmd
prepare() {
cd "$pkgname-$pkgver"
git cherry-pick -n 3557d546090c7fedd69562c88d20767397de835d
}
build() {
cd "$pkgname-$pkgver/src"