summaryrefslogtreecommitdiff
path: root/community/go/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r--community/go/PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index fc6229e0a..97495a871 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
}