community/go to 1.1-3

This commit is contained in:
Mike Brown 2013-06-01 08:58:40 -04:00
parent caf60198b2
commit ad2a6a9a73

View file

@ -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: