author | Alexander Rødseth
<xyproto@archlinux.org> 2013-05-14 09:01:54 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2013-05-14 09:01:54 UTC |
parent | 8b7763e4006318cc622882dc2fd0f74e70e8286a |
PKGBUILD | +9 | -9 |
diff --git a/PKGBUILD b/PKGBUILD index ee791c3..d321218 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ # TODO: Create split packages for the crosscompilation versions as well pkgname=go -pkgver=1.1rc3 +pkgver=1.1 pkgrel=1 epoch=2 pkgdesc='Google Go compiler and tools' @@ -22,17 +22,17 @@ makedepends=('inetutils') options=('!strip') install="$pkgname.install" backup=('usr/lib/go/bin') -#if [ "$CARCH" == 'x86_64' ]; then -# source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz" -# "$pkgname.sh") -# sha256sums=('ed631dd172418488ee24f79b1aa64474b8eb959f8035c5f2ee77e6d2e467e61a' -# 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') -#else +if [ "$CARCH" == 'x86_64' ]; then + source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz" + "$pkgname.sh") + sha256sums=('2ed0548bc9f9071c24d253f945dd8354bdaa8a9925e48ad5eef586afbf6cfe8a' + 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') +else source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz" "$pkgname.sh") - sha256sums=('c81fd6503ab49ad92a270a740581ad744062c195bec4df94ae9973a9f4001da9' + sha256sums=('fd6c951cbd5329f192430fe579dbe594d380c80651bf660c1b3d4e9a86370383' 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') -#fi +fi build() { cd "$srcdir/$pkgname/src"