summaryrefslogtreecommitdiff
path: root/extra/eclipse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/eclipse/PKGBUILD')
-rw-r--r--extra/eclipse/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD
index 5dac6abe4..12cf9da92 100644
--- a/extra/eclipse/PKGBUILD
+++ b/extra/eclipse/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 112888 2011-03-07 14:35:42Z paul $
+# $Id: PKGBUILD 128950 2011-06-25 15:38:08Z paul $
# Maintainer: Paul Mattal <paul@archlinux.org>
# Contributor: Andrew Wright <andreww@photism.org>
# Contributor: Andreas W. Hauser <andy-aur@splashground.de>
pkgname=eclipse
-pkgver=3.6.2
-_internal_pkgver=3.6.2
+pkgver=3.7
+_internal_pkgver=3.7
pkgrel=1
-_date=201102101200
+_date=201106131736
pkgdesc="An IDE for Java and other languages"
arch=('i686' 'x86_64')
url="http://eclipse.org"
@@ -24,7 +24,7 @@ md5sums=('7777a21debf1e05591731ac5c93b6bb6'
'ba8a37e30a7ebd69774cec87c69e8c44'
'017b2a68edc48a752a7e27c7aceef797')
[ "$CARCH" = "x86_64" ] && source[0]="ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-${pkgver}-${_date}/${pkgname}-SDK-${pkgver}-linux-gtk-${CARCH}.tar.gz"
-[ "$CARCH" = "x86_64" ] && md5sums[0]='b82be4ed2dabf9dc53188b9dc3891f32'
+[ "$CARCH" = "x86_64" ] && md5sums[0]='980360c038960dfa1ef7485faa317ec6'
package() {
cd "${srcdir}/eclipse"
@@ -51,8 +51,4 @@ package() {
# install icon
install -Dm644 ${srcdir}/eclipse.svg \
${pkgdir}/usr/share/icons/hicolor/scalable/apps/eclipse.svg
-
- # fix python 2.7 path
- sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' \
- ${pkgdir}/usr/share/eclipse/plugins/org.apache.ant_1.7.1.v20100518-1145/bin/runant.py
}