mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/go to 1.5.1-2.1
This commit is contained in:
parent
430e11d7ef
commit
835ef29504
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue