git » go-1.20.git » commit 8b7763e

upgpkg: 2:1.1rc3-1

author Alexander Rødseth
2013-05-09 17:13:39 UTC
committer Alexander Rødseth
2013-05-09 17:13:39 UTC
parent 79bc9286236edef4a3317c98a06407bbc3592207

upgpkg: 2:1.1rc3-1

PKGBUILD +9 -9

diff --git a/PKGBUILD b/PKGBUILD
index ceaa62a..ee791c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
 # TODO: Create split packages for the crosscompilation versions as well
 
 pkgname=go
-pkgver=1.1rc2
+pkgver=1.1rc3
 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=('b0a1cad4c3e185ef94a0df36e9804a2afe18ed237f764fad25141560d910f31f'
-            'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-else
+#if [ "$CARCH" == 'x86_64' ]; then
+#  source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
+#          "$pkgname.sh")
+#  sha256sums=('ed631dd172418488ee24f79b1aa64474b8eb959f8035c5f2ee77e6d2e467e61a'
+#            'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+#else
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz"
           "$pkgname.sh")
-  sha256sums=('d111b7a503a1b7bb0804128c014a8811411747e61346739c4866a8eef297b731'
+  sha256sums=('c81fd6503ab49ad92a270a740581ad744062c195bec4df94ae9973a9f4001da9'
             'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-fi
+#fi
 
 build() {
   cd "$srcdir/$pkgname/src"