summaryrefslogtreecommitdiff
path: root/community/liteide
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-26 01:41:32 -0700
committerroot <root@rshg054.dnsready.net>2013-08-26 01:41:32 -0700
commit1d0d7aa1e250616385bce94b4d23f53b3d7b29e2 (patch)
tree1fe52c044982f2f66ae5b0045b7c5c5fae1f2f29 /community/liteide
parenteed3b2a218be9aa9d9d8256f6b8ccd06d04b8804 (diff)
Mon Aug 26 01:39:20 PDT 2013
Diffstat (limited to 'community/liteide')
-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"