[arch-commits] Commit in go/trunk (PKGBUILD)

Pierre Neidhardt ambrevar at archlinux.org
Wed Feb 3 00:26:18 UTC 2016


    Date: Wednesday, February 3, 2016 @ 01:26:18
  Author: ambrevar
Revision: 160036

upgpkg: go 2:1.5.3-2

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-02 21:44:30 UTC (rev 160035)
+++ PKGBUILD	2016-02-03 00:26:18 UTC (rev 160036)
@@ -19,7 +19,6 @@
 license=('BSD')
 makedepends=('inetutils' 'git' 'go')
 options=('!strip' 'staticlibs')
-install="$pkgname.install"
 source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver")
 md5sums=('SKIP')
 _gourl=golang.org/x/tools/cmd
@@ -114,6 +113,7 @@
               'bzr: for fetching sources from bazaar repositories'
               'subversion: for fetching sources from subversion repositories'
               'go-tools: godoc, goimports, gorename, and other tools.')
+  install="$pkgname.install"
 
   cd "$pkgname-$pkgver"
 
@@ -160,6 +160,7 @@
 
 package_go-tools() {
   pkgdesc='Extra developer tools for the Go programming language'
+  depends=('go>2:1.5.3-1')
 
   GOOS=linux
   case "$CARCH" in



More information about the arch-commits mailing list