summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rosenstrauch2017-01-12 14:55:23 -0500
committerDavid Rosenstrauch2017-01-12 14:55:23 -0500
commitd9b9b14035ee63ba2387c50106d7211fb9fdd194 (patch)
treefc429e06b99cb0ed2c65be0798ec9be2703dac6c
parentfbbbc4219af5537099633fb67365988cd31bf66d (diff)
downloadaur-eclipse-dltk-shelled.tar.gz
bug fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d9a7c4656e8..dea56a39e7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = eclipse-dltk-shelled
pkgdesc = Shell IDE for Eclipse
pkgver = 5.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.eclipse.org/dltk/
arch = i686
arch = x86_64
license = EPL
depends = eclipse-dltk-core
+ depends = eclipse-linuxtools
optdepends = openssh
conflicts = eclipse-shelled
source = http://www.eclipse.org/downloads/download.php?r=1&file=/technology/dltk/downloads/drops/R5.6/R-5.6-201608300412/dltk-sh-R-5.6-201608300412.zip
diff --git a/PKGBUILD b/PKGBUILD
index 12336541e438..3d06d60950fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=eclipse-dltk-shelled
pkgver=5.6
-pkgrel=1
+pkgrel=2
_pkgdate="201608300412"
pkgdesc="Shell IDE for Eclipse"
arch=('i686' 'x86_64')
url="http://www.eclipse.org/dltk/"
license=('EPL')
-depends=("eclipse-dltk-core")
+depends=("eclipse-dltk-core" "eclipse-linuxtools")
optdepends=('openssh')
conflicts=("eclipse-shelled")
_mirror="http://www.eclipse.org/downloads/download.php?r=1&file="