From 8831500349d38b0b1afcb74ada3f6878c31fb6ef Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Jun 2013 00:52:43 -0700 Subject: Sun Jun 2 00:52:37 PDT 2013 --- community/go/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'community/go/PKGBUILD') diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 83d3d3ca6..893980c5e 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91709 2013-05-26 13:26:56Z arodseth $ +# $Id: PKGBUILD 92140 2013-06-01 11:07:18Z arodseth $ # Maintainer: Vesa Kaihlavirta # Maintainer: Alexander Rødseth # Contributor: Rémy Oudompheng @@ -8,11 +8,11 @@ # Contributor: Mike Rosset # Contributor: Daniel YC Lin -# TODO: Create split packages for the crosscompilation versions as well? +# TODO: Create split packages for the crosscompilation versions as well? (just maybe) pkgname=go pkgver=1.1 -pkgrel=2 +pkgrel=3 epoch=2 pkgdesc='Google Go compiler and tools' arch=('x86_64' 'i686') @@ -137,6 +137,8 @@ package() { rm -f $pkgdir/usr/share/go/doc/articles/wiki/get.bin install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION + + find "$pkgdir/usr/lib/go/pkg" -type f -exec touch '{}' + } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf