summaryrefslogtreecommitdiff
path: root/community/liteide/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/liteide/PKGBUILD')
-rw-r--r--community/liteide/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD
index 80c6e6e00..6d5a7c483 100644
--- a/community/liteide/PKGBUILD
+++ b/community/liteide/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 95868 2013-08-17 16:21:10Z arodseth $
+# $Id: PKGBUILD 96319 2013-08-25 13:45:50Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
pkgname=liteide
pkgver=19
-pkgrel=2
+pkgrel=3
pkgdesc='IDE for editing and building projects written in the Go programming language ("golangide")'
license=('LGPL')
arch=('x86_64' 'i686')
url='https://github.com/visualfc/liteide'
-depends=('go' 'libpng12' 'glib2' 'qt5-base' 'qt5-webkit')
+depends=('go' 'libpng12' 'qt5-webkit')
replaces=('golangide')
conflicts=('golangide')
makedepends=('gendesk')
-options=('!strip')
+options=('!strip' '!emptydirs')
source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip"
'liteide.png'
'liteide.sh')
@@ -56,6 +56,7 @@ package() {
done
install -Dm755 bin/liteide "$pkgdir/usr/bin/liteide.elf"
install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/golangide"
cd "$srcdir/liteide-x$pkgver/liteidex"