summaryrefslogtreecommitdiff
path: root/community/golangide
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-14 03:00:42 -0800
committerroot <root@rshg054.dnsready.net>2012-12-14 03:00:42 -0800
commit1b9faba25721b73f30e49f0cea9c7346eedd0f73 (patch)
treed11a95f4a93414017b006abf78931d98c1695020 /community/golangide
parent1517345ab70f42a5e050f3dc9b498038118f9ff1 (diff)
Fri Dec 14 02:55:25 PST 2012
Diffstat (limited to 'community/golangide')
-rw-r--r--community/golangide/PKGBUILD10
-rw-r--r--community/golangide/golangide.sh4
2 files changed, 7 insertions, 7 deletions
diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD
index fc087c24d..d06fce73b 100644
--- a/community/golangide/PKGBUILD
+++ b/community/golangide/PKGBUILD
@@ -1,15 +1,15 @@
-#$Id: PKGBUILD 80553 2012-11-25 02:17:39Z arodseth $
+#$Id: PKGBUILD 81231 2012-12-13 21:58:59Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
pkgname=golangide
pkgver=14.0
-pkgrel=1
+pkgrel=2
_hgrev=828
pkgdesc='Simple IDE for Go to edit code and build projects'
license=('LGPL')
arch=('x86_64' 'i686')
-url='http://code.google.com/p/golangide/'
+url='https://github.com/visualfc/liteide'
depends=('go' 'libpng12' 'glib2')
makedepends=('gendesk')
if [ "$CARCH" == "x86_64" ]; then
@@ -18,14 +18,14 @@ if [ "$CARCH" == "x86_64" ]; then
'golangide.sh')
sha256sums=('8f166ae5b97c4484bfa47932a716e28c78547944db4f2d0e222d21694c510e5b'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
- '8054157f7d1b61a9d97c045f271f935636feb4939249d1bf1ab1b39f18a15207')
+ '79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2')
else
source=("http://$pkgname.googlecode.com/files/liteidex${pkgver}.linux-386.hg${_hgrev}.tar.bz2"
'golangide.png'
'golangide.sh')
sha256sums=('3b2e565aecc141affc7d10d3aa3e2efe06866559091690b6fe13b9a664eb81c0'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
- '8054157f7d1b61a9d97c045f271f935636feb4939249d1bf1ab1b39f18a15207')
+ '79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2')
fi
options=('!strip')
_name=('Golang IDE')
diff --git a/community/golangide/golangide.sh b/community/golangide/golangide.sh
index 486c8590b..824126c45 100644
--- a/community/golangide/golangide.sh
+++ b/community/golangide/golangide.sh
@@ -1,6 +1,6 @@
#!/bin/sh
if [ ! -z $GOROOT -a -e $GOROOT ]; then
- /usr/bin/liteide
+ /usr/bin/liteide $@
else
- GOROOT=/usr/lib/go /usr/bin/liteide
+ GOROOT=/usr/lib/go /usr/bin/liteide $@
fi