[arch-commits] Commit in go/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue May 14 09:01:55 UTC 2013


    Date: Tuesday, May 14, 2013 @ 11:01:54
  Author: arodseth
Revision: 90813

upgpkg: go 2:1.1-1

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-14 08:48:54 UTC (rev 90812)
+++ PKGBUILD	2013-05-14 09:01:54 UTC (rev 90813)
@@ -11,7 +11,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'
@@ -23,17 +23,17 @@
 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"




More information about the arch-commits mailing list