git » go-1.20.git » commit 89453a2

Typo...

author Alexander Rødseth
2012-05-16 17:33:47 UTC
committer Alexander Rødseth
2012-05-16 17:33:47 UTC
parent 32f292393a06f32b3179de660ec13448b786e70a

Typo...

PKGBUILD +1 -1
go.install +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6277080..e443433 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
 
 pkgname=go
 pkgver=1.0.1
-pkgrel=4
+pkgrel=5
 epoch=2
 pkgdesc='Google Go compiler and tools (release version)'
 arch=('x86_64' 'i686')
diff --git a/go.install b/go.install
index 518a0ea..25b9690 100644
--- a/go.install
+++ b/go.install
@@ -19,7 +19,7 @@ post_upgrade() {
   echo "Example use of the \"go\" tool as a user:"
   echo "    mkdir ~/go"
   echo "    export GOPATH=~/go"
-  echo "    get get website.com/user/module"
+  echo "    go get website.com/user/module"
 }
 
 post_install() {