mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/go to 1.11.2-1
This commit is contained in:
parent
02fed6b13c
commit
f87ca0f071
1 changed files with 2 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=go
|
||||
pkgname=(go go-pie)
|
||||
epoch=2
|
||||
pkgver=1.11.1
|
||||
pkgver=1.11.2
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='http://golang.org/'
|
||||
|
@ -16,7 +16,7 @@ license=(BSD)
|
|||
makedepends=(git go)
|
||||
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
||||
default-buildmode-pie.patch)
|
||||
sha256sums=('558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117'
|
||||
sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
|
||||
'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
|
||||
|
||||
export GOOS=linux
|
||||
|
@ -88,8 +88,6 @@ _package() {
|
|||
|
||||
package_go() {
|
||||
pkgdesc='Core compiler tools for the Go programming language'
|
||||
provides=(go-pie)
|
||||
conflicts=(go-pie)
|
||||
|
||||
_package $pkgname
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue