[arch-commits] Commit in go/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Oct 30 15:14:10 UTC 2017
Date: Monday, October 30, 2017 @ 15:14:05
Author: bpiotrowski
Revision: 308660
2:1.9.2-2: use correct hash for 1.9.2 tag
Modified:
go/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-30 14:54:40 UTC (rev 308659)
+++ PKGBUILD 2017-10-30 15:14:05 UTC (rev 308660)
@@ -5,13 +5,13 @@
pkgname=(go go-pie)
epoch=2
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url='http://golang.org/'
license=(BSD)
makedepends=(git go)
options=(!strip staticlibs)
-_commit=7f40c1214dd67cf171a347a5230da70bd8e10d32
+_commit=2ea7d3461bb41d0ae12b56ee52d43314bcdb97f9 # tags/go1.9.2
source=(git+https://go.googlesource.com/go#commit=$_commit
default-buildmode-pie.patch)
md5sums=('SKIP'
@@ -52,14 +52,6 @@
cd $pkgbase/src
./run.bash --no-rebuild -v -v -v -k
-
- # ./run.bash --no-rebuild -v -v -v -k |& tee run.log
- # if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
- # return 1
- # fi
-
- # go tool dist test -v -v -v -run=^cgo_test$
- # go tool dist test -v -v -v -run=^race$
}
_package() {
@@ -88,7 +80,6 @@
_package $pkgname
}
-
package_go-pie() {
pkgdesc='Core compiler tools for the Go programming language (with PIE enabled by default)'
provides=(go)
More information about the arch-commits
mailing list