From ad2a6a9a73c52ebb68e4f968e13caecf6b17622c Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Sat, 1 Jun 2013 08:58:40 -0400 Subject: [PATCH] community/go to 1.1-3 --- community/go/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index eedb95dca..197aa4211 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -14,7 +14,7 @@ pkgname=go pkgver=1.1 -pkgrel=2 +pkgrel=3 epoch=2 pkgdesc='Google Go compiler and tools' url='http://golang.org/' @@ -125,6 +125,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: