community/go to 1.5.1-2.1

This commit is contained in:
Kevin Mihelich 2015-11-18 01:33:33 +00:00
parent 430e11d7ef
commit 835ef29504

View file

@ -12,11 +12,13 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - added switches for our architectures
# - cherry-pick upstream commit to fix multiple definition linker error
# https://github.com/golang/go/issues/9510
pkgname=go
epoch=2
pkgver=1.5.1
pkgrel=2
pkgrel=2.1
pkgdesc='Compiler and tools for the Go programming language from Google'
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
url='http://golang.org/'
@ -31,6 +33,11 @@ install="$pkgname.install"
source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver")
md5sums=('SKIP')
prepare() {
cd "$pkgname-$pkgver/src"
git cherry-pick -n 754f707f5f6b870892b78814bac4f90086312039
}
build() {
cd "$pkgname-$pkgver/src"