summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0775ac1dd65..d543d38e83a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
-# Generated by mksrcinfo v8
-# Mon Jun 27 18:28:53 UTC 2016
pkgbase = eclipse-linuxtools
pkgdesc = Eclipse Linux Tools Project
- pkgver = 5.0.0
+ pkgver = 5.2.0
pkgrel = 1
url = http://www.eclipse.org/linuxtools
arch = any
license = EPL
- makedepends = java-environment
- depends = eclipse-cpp
+ depends = eclipse
optdepends = eclipse-ptp: remote profiling
optdepends = eclipse-rse: LTTng and remote profiling
optdepends = eclipse-gef: Draw2d and Zest
optdepends = eclipse-tcf: legacy LTTng
optdepends = eclipse-antlr-runtime: Tracing/LTTng
- source = http://www.eclipse.org/downloads/download.php?r=1&mirror_id=274&file=/linuxtools/linuxtools-5.0.0.zip
- sha256sums = 65ebc216f6117ae477f9c22812203ce5767f3b79c7c585bee247a34669a62adc
+ source = http://www.eclipse.org/downloads/download.php?r=1&mirror_id=274&file=/linuxtools/linuxtools-5.2.0.zip
+ md5sums = 48da995a125a44316632a97bdcf7946b
pkgname = eclipse-linuxtools
diff --git a/PKGBUILD b/PKGBUILD
index 7376b9f19411..7a1fe7b7a4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Contributor: Jesus Jerez <jhuss@archlinux.org.ve>
# Contributor: Ng Oon-Ee <ngoonee@gmail.com>
-# Maintainer: Arthur Zamarin <arthurzam@gmail.com>
+# Contributor: Arthur Zamarin <arthurzam@gmail.com>
+# Maintainer: David Rosenstrauch <darose@darose.net>
pkgname=eclipse-linuxtools
-pkgver=5.0.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="Eclipse Linux Tools Project"
url="http://www.eclipse.org/linuxtools"
arch=('any')
license=('EPL')
-depends=('eclipse-cpp')
+depends=('eclipse')
optdepends=(
'eclipse-ptp: remote profiling'
'eclipse-rse: LTTng and remote profiling'
@@ -17,9 +18,8 @@ optdepends=(
'eclipse-tcf: legacy LTTng'
'eclipse-antlr-runtime: Tracing/LTTng'
)
-makedepends=('java-environment')
source=("http://www.eclipse.org/downloads/download.php?r=1&mirror_id=274&file=/linuxtools/linuxtools-${pkgver}.zip")
-sha256sums=('65ebc216f6117ae477f9c22812203ce5767f3b79c7c585bee247a34669a62adc')
+md5sums=('48da995a125a44316632a97bdcf7946b')
package() {
d="$pkgdir/usr/lib/eclipse/dropins/linuxtools/eclipse"