Date: Saturday, June 1, 2013 @ 13:06:55
  Author: arodseth
Revision: 92139

Fix for FS#35278

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-01 10:29:40 UTC (rev 92138)
+++ PKGBUILD    2013-06-01 11:06:55 UTC (rev 92139)
@@ -8,11 +8,11 @@
 # Contributor: Mike Rosset <[email protected]>
 # Contributor: Daniel YC Lin <[email protected]>
 
-# 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 @@
   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:

Reply via email to