community/go fix

This commit is contained in:
Kevin Mihelich 2016-02-18 13:32:49 +00:00
parent ae0c424e77
commit e153c3658d

View file

@ -12,8 +12,6 @@
# 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' 'go-tools')
epoch=2
@ -28,11 +26,6 @@ source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgve
md5sums=('SKIP')
_gourl=golang.org/x/tools/cmd
prepare() {
cd "$pkgname-$pkgver/src"
git cherry-pick -n 754f707f5f6b870892b78814bac4f90086312039
}
build() {
cd "$pkgname-$pkgver/src"