summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2015-07-25 17:27:40 +0300
committerArthur Zamarin2015-07-25 17:27:40 +0300
commit2e0f80ec9bbe5433cf2e49b4dd215da11cc45c4a (patch)
treed5cba25c19f108918702ee297c9f9b8daced0bfc
parent9e1dba3508fc847b56b96157a6becff225366291 (diff)
downloadaur-2e0f80ec9bbe5433cf2e49b4dd215da11cc45c4a.tar.gz
Update for Eclipse Mars
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc5077267a7..56368b5a7e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = eclipse-gef
pkgdesc = GEF framework for the Eclipse platform
- pkgver = 3.9.101
+ pkgver = 3.10.0
pkgrel = 1
url = http://www.eclipse.org/gef/
arch = any
license = EPL
depends = eclipse
- source = http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.9.101/R201408150207/GEF-ALL-3.9.101.zip
- sha256sums = 07a8f38e67bf01c9fe74b930b23a22b2830049000a4ea2d631036d1901830ce5
- sha512sums = dbb74764947fd49cdb0336ca66031c88c89fc90697336dcb70cc2ccc33e97aa9d169a813c8b7d2d79fcc1a0effe473945c4fc363927d6ebbdc043ad02c31e780
+ source = http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/gef4/downloads/drops/3.10.0/R201506081138/GEF4-Update-3.10.0.zip
+ sha256sums = 9f583c8464e34643fa815ddaa9bb36acd898b4404c8625a7b51e86d6eb4d6e83
pkgname = eclipse-gef
diff --git a/PKGBUILD b/PKGBUILD
index 43dbcd6d57ca..59a0956f027d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Rubin Simons <rubin@xs4all.nl>
pkgname=eclipse-gef
-pkgver=3.9.101
-_reldate=201408150207
+pkgver=3.10.0
+_reldate=201506081138
pkgrel=1
pkgdesc="GEF framework for the Eclipse platform"
arch=(any)
@@ -15,14 +15,13 @@ url=http://www.eclipse.org/gef/
license=(EPL)
depends=(eclipse)
_mirror="http://www.eclipse.org/downloads/download.php?r=1&file="
-source=($_mirror/tools/gef/downloads/drops/$pkgver/R$_reldate/GEF-ALL-$pkgver.zip)
-sha256sums=('07a8f38e67bf01c9fe74b930b23a22b2830049000a4ea2d631036d1901830ce5')
-sha512sums=('dbb74764947fd49cdb0336ca66031c88c89fc90697336dcb70cc2ccc33e97aa9d169a813c8b7d2d79fcc1a0effe473945c4fc363927d6ebbdc043ad02c31e780')
+source=($_mirror/tools/gef/gef4/downloads/drops/$pkgver/R$_reldate/GEF4-Update-$pkgver.zip)
+sha256sums=('9f583c8464e34643fa815ddaa9bb36acd898b4404c8625a7b51e86d6eb4d6e83')
package() {
- _dest="$pkgdir"/usr/share/eclipse/dropins/${pkgname#*-}/eclipse
+ _dest="$pkgdir"/usr/lib/eclipse/dropins/${pkgname#*-}/eclipse
- cd eclipse/
+ cd "$srcdir"
# Features
find features -type f | while read _feature ; do
if [[ $_feature =~ (.*\.jar$) ]] ; then