summaryrefslogtreecommitdiff
path: root/community/golangide/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/golangide/PKGBUILD')
-rw-r--r--community/golangide/PKGBUILD10
1 files changed, 5 insertions, 5 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')