summaryrefslogtreecommitdiff
path: root/community/go
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-05 16:07:43 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-05 16:07:43 -0300
commit3a0008bd8a3e6f4f21181c1fadc17c3da3108907 (patch)
tree175c9e1755980b2a955b1b9e6b93c1a3d431276f /community/go
parent933e5d274b2a4e386565d2f3bb982682e168438b (diff)
parent2bba02fdaa36de05dffef6a54b57c73259d7db53 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/alienarena/PKGBUILD community/mumble/PKGBUILD community/mysql-workbench/PKGBUILD community/paintown/PKGBUILD community/ufoai/PKGBUILD core/dcron/PKGBUILD core/udev/PKGBUILD extra/qt/PKGBUILD extra/texlive-bin/PKGBUILD testing/opencv/PKGBUILD testing/pciutils/PKGBUILD testing/usbutils/PKGBUILD
Diffstat (limited to 'community/go')
-rw-r--r--community/go/PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index b079ca98c..8ea418b77 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Christian Himpel <chressie at gmail dot com>
pkgname=go
-pkgver=r56
+pkgver=r57.1
pkgrel=1
epoch=1
pkgdesc='Google Go compiler and tools (release version)'
@@ -75,10 +75,4 @@ package() {
install -Dm644 src/pkg/runtime/cgocall.h $pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h
install $srcdir/go.sh $pkgdir/etc/profile.d/
-
- # Point Python scripts to the python2 binary
- cd $pkgdir/usr/share/go/misc/dashboard
- sed -i 's/python$/\02/' {buildcontrol,googlecode_upload}.py godashboard/app.yaml
- sed -i 's/python"/python2"/' builder/main.go
- sed -i 's/python /python2 /' builder.sh
}