summaryrefslogtreecommitdiff
path: root/community/golangide/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/golangide/PKGBUILD')
-rw-r--r--community/golangide/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD
index f3d84a587..9191dd88d 100644
--- a/community/golangide/PKGBUILD
+++ b/community/golangide/PKGBUILD
@@ -1,11 +1,11 @@
-#$Id: PKGBUILD 91294 2013-05-20 20:42:41Z arodseth $
+#$Id: PKGBUILD 94279 2013-07-18 19:28:01Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
pkgname=golangide
-pkgver=18.1
-pkgrel=3
+pkgver=19
+pkgrel=1
pkgdesc='IDE for editing and building projects written in the Go programming language (now LiteIDE X)'
license=('LGPL')
arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@ options=('!strip')
source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip"
'golangide.png'
'golangide.sh')
-sha256sums=('60ab324bffb5ec4e7b1b3f9cae9729c7c6c499df3bb994861de65e473f2d64fe'
+sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
'93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04')
@@ -42,14 +42,14 @@ build() {
}
package() {
+ cd "$srcdir/liteide-x$pkgver/build/liteide"
+
msg2 'Creating directories...'
mkdir -p \
"$pkgdir/usr/lib/liteide" \
"$pkgdir/usr/share/liteide" \
"$pkgdir/usr/share/doc/$pkgname"
- cd "$srcdir/liteide-x$pkgver/build/liteide"
-
msg2 'Packaging executables...'
for binary in goastview goapi goexec godocview liteide; do
install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"