From fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Dec 2012 03:05:00 -0800 Subject: Thu Dec 20 02:59:11 PST 2012 --- community/golangide/PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'community/golangide') diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD index d06fce73b..f034f60c8 100644 --- a/community/golangide/PKGBUILD +++ b/community/golangide/PKGBUILD @@ -1,35 +1,37 @@ -#$Id: PKGBUILD 81231 2012-12-13 21:58:59Z arodseth $ +#$Id: PKGBUILD 81406 2012-12-19 18:29:25Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: spambanane # Contributor: Matteo + pkgname=golangide -pkgver=14.0 -pkgrel=2 -_hgrev=828 +pkgver=15 +pkgrel=1 +_hgrev=1011 pkgdesc='Simple IDE for Go to edit code and build projects' license=('LGPL') arch=('x86_64' 'i686') url='https://github.com/visualfc/liteide' depends=('go' 'libpng12' 'glib2') makedepends=('gendesk') +options=('!strip') +_name=('Golang IDE') +_genericname=('Integrated development environment') + if [ "$CARCH" == "x86_64" ]; then source=("http://$pkgname.googlecode.com/files/liteidex${pkgver}.linux-amd64.hg${_hgrev}.tar.bz2" 'golangide.png' 'golangide.sh') - sha256sums=('8f166ae5b97c4484bfa47932a716e28c78547944db4f2d0e222d21694c510e5b' + sha256sums=('cb024050d1b41533c91722c005d08e99834585c3826e0b62cb55ec672b48f519' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' '79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2') else source=("http://$pkgname.googlecode.com/files/liteidex${pkgver}.linux-386.hg${_hgrev}.tar.bz2" 'golangide.png' 'golangide.sh') - sha256sums=('3b2e565aecc141affc7d10d3aa3e2efe06866559091690b6fe13b9a664eb81c0' + sha256sums=('b41d9be3935524f38a3c8ba9db1014412e0daf7d57e2b8c2bee1de4572b67d18' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' '79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2') fi -options=('!strip') -_name=('Golang IDE') -_genericname=('Integrated development environment') build() { cd "$srcdir" -- cgit v1.2.3-54-g00ecf