author | Alexander Rødseth
<xyproto@archlinux.org> 2012-06-14 22:32:34 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2012-06-14 22:32:34 UTC |
parent | 858b60a7d68229bd27b8621bc4a2c2891b510626 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 6500266..defb5ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,10 +8,10 @@ # Contributor: Daniel YC Lin <dlin.tw@gmail.com> pkgname=go -pkgver=1.0.1 -pkgrel=6 +pkgver=1.0.2 +pkgrel=1 epoch=2 -pkgdesc='Google Go compiler and tools (release version)' +pkgdesc='Google Go compiler and tools' arch=('x86_64' 'i686') url="http://golang.org/" license=('custom') @@ -22,7 +22,7 @@ install=go.install backup=('usr/lib/go/bin') source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz" "$pkgname.sh") -sha256sums=('29cdba7bc909df7091d81f52049de023502b5b3351cd206094f2c2d9961c0315' +sha256sums=('70fcfb455087c14cc59b7a65c78003fcd1323d73f9b991c1e52db535d6bc95a8' 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') build() {