[arch-commits] Commit in liteide/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Feb 9 20:39:29 UTC 2015
Date: Monday, February 9, 2015 @ 21:39:28
Author: arodseth
Revision: 127428
upgpkg: liteide 27-2
Modified:
liteide/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-09 20:38:19 UTC (rev 127427)
+++ PKGBUILD 2015-02-09 20:39:28 UTC (rev 127428)
@@ -6,7 +6,7 @@
pkgname=liteide
pkgver=27
-pkgrel=1
+pkgrel=2
pkgdesc='IDE for editing and building projects written in the Go programming language'
license=('LGPL')
arch=('x86_64' 'i686')
@@ -55,7 +55,7 @@
"$pkgdir/usr/share/doc/$pkgname"
msg2 'Packaging executables...'
- for binary in gocode liteide; do # goimports
+ for binary in gotools gocode liteide; do # goimports
install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
done
ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
More information about the arch-commits
mailing list