[arch-commits] Commit in go/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Thu May 9 17:13:40 UTC 2013
Date: Thursday, May 9, 2013 @ 19:13:39
Author: arodseth
Revision: 90229
upgpkg: go 2:1.1rc3-1
Modified:
go/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-09 16:56:24 UTC (rev 90228)
+++ PKGBUILD 2013-05-09 17:13:39 UTC (rev 90229)
@@ -11,7 +11,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'
@@ -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=('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"
More information about the arch-commits
mailing list