diff options
author | root <root@rshg054.dnsready.net> | 2012-12-20 03:05:00 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-20 03:05:00 -0800 |
commit | fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (patch) | |
tree | 952afb5fdba1e4450e623d86f75b09ad4925bd40 /community/golangide | |
parent | 19f11e0c4bbeefd65f85546a361e18532b60416a (diff) |
Thu Dec 20 02:59:11 PST 2012
Diffstat (limited to 'community/golangide')
-rw-r--r-- | community/golangide/PKGBUILD | 20 |
1 files changed, 11 insertions, 9 deletions
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 <rodseth@gmail.com> # Contributor: spambanane <happy.house@gmx.de> # Contributor: Matteo <matteo.dek@gmail.com> + 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" |