mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/go to 1.12.1-1
This commit is contained in:
parent
b847830feb
commit
ff5a43c8e1
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
|
||||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
|
||||||
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
||||||
|
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||||
|
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||||
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
|
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
|
||||||
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
|
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
|
||||||
# Contributor: Rémy Oudompheng <remy@archlinux.org>
|
# Contributor: Rémy Oudompheng <remy@archlinux.org>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
pkgbase=go
|
pkgbase=go
|
||||||
pkgname=(go go-pie)
|
pkgname=(go go-pie)
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=1.12
|
pkgver=1.12.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://golang.org/'
|
url='https://golang.org/'
|
||||||
|
@ -26,7 +26,7 @@ license=(BSD)
|
||||||
makedepends=(git go)
|
makedepends=(git go)
|
||||||
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
|
||||||
default-buildmode-pie.patch)
|
default-buildmode-pie.patch)
|
||||||
sha256sums=('09c43d3336743866f2985f566db0520b36f4992aea2b4b2fd9f52f17049e88f2'
|
sha256sums=('0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a'
|
||||||
'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
|
'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
|
||||||
|
|
||||||
export GOOS=linux
|
export GOOS=linux
|
||||||
|
@ -70,7 +70,7 @@ check() {
|
||||||
export GO_TEST_TIMEOUT_SCALE=2
|
export GO_TEST_TIMEOUT_SCALE=2
|
||||||
|
|
||||||
cd $pkgbase/src
|
cd $pkgbase/src
|
||||||
./run.bash --no-rebuild -v -v -v -k
|
./run.bash --no-rebuild -v -v -v -k
|
||||||
}
|
}
|
||||||
|
|
||||||
_package() {
|
_package() {
|
||||||
|
|
Loading…
Reference in a new issue