From 1b9faba25721b73f30e49f0cea9c7346eedd0f73 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Dec 2012 03:00:42 -0800 Subject: Fri Dec 14 02:55:25 PST 2012 --- community/golangide/PKGBUILD | 10 +++++----- community/golangide/golangide.sh | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'community/golangide') 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 # Contributor: spambanane # Contributor: Matteo 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 -- cgit v1.2.3-54-g00ecf