summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2015-07-25 17:31:51 +0300
committerArthur Zamarin2015-07-25 17:31:51 +0300
commit30a4f2538a7e41335cc1982063a6ee22a8fa4407 (patch)
treeff4fbb6f8a828bcf4613d17ce023e25c257937fb
parent0885053d17aea1a82d3283a8baeea3901fe9dbec (diff)
downloadaur-30a4f2538a7e41335cc1982063a6ee22a8fa4407.tar.gz
Update for Eclipse Mars
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89e9d47949d6..3ff41c990d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eclipse-dltk-core
pkgdesc = Support for dynamic languages in Eclipse
pkgver = 5.0
- pkgrel = 4
+ pkgrel = 5
url = http://www.eclipse.org/dltk/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 44d2aba28799..f6e8fe866952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eclipse-dltk-core
pkgver=5.0
-pkgrel=4
+pkgrel=5
_pkgdate=201306060709
pkgdesc="Support for dynamic languages in Eclipse"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=("$_mirror/technology/dltk/downloads/drops/R${pkgver:0:3}/R-$pkgver-$_pkg
md5sums=('fa828874f889e86fdbb050e1b164017b')
package() {
- _dest=$pkgdir/usr/lib/eclipse/
+ _dest=$pkgdir/usr/lib/eclipse/dropins/${pkgname#eclipse-}/eclipse
cd $srcdir
install -dm755 $_dest
find features plugins -type f -exec \